New python attribute gdb.Objfile.build_id.
[deliverable/binutils-gdb.git] / gdb / utils.h
index 15680119f15f0f04ceb69d63043b61431b803754..660b548ab54c1dac5d8d721b2cad15dd33506d9b 100644 (file)
@@ -369,4 +369,9 @@ extern void warn_cant_dump_core (const char *reason);
 
 extern void dump_core (void);
 
+/* Return the hex string form of LENGTH bytes of DATA.
+   Space for the result is malloc'd, caller must free.  */
+
+extern char *make_hex_string (const gdb_byte *data, size_t length);
+
 #endif /* UTILS_H */
This page took 0.024562 seconds and 4 git commands to generate.