HomeSort by: relevance | last modified time | path
    Searched defs:pymicmd_debug_printf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-micmd.c 46 #define pymicmd_debug_printf(fmt, ...) \ macro
92 pymicmd_debug_printf ("this = %p", this);
109 pymicmd_debug_printf ("this = %p", this);
183 pymicmd_debug_printf ("this = %p, name = %s", this, name ());
263 pymicmd_debug_printf ("name = %s", obj->mi_command_name);
293 pymicmd_debug_printf ("name = %s", obj->mi_command_name);
426 pymicmd_debug_printf ("obj = %p, name = %s", cmd,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-micmd.c 46 #define pymicmd_debug_printf(fmt, ...) \ macro
92 pymicmd_debug_printf ("this = %p", this);
109 pymicmd_debug_printf ("this = %p", this);
183 pymicmd_debug_printf ("this = %p, name = %s", this, name ());
263 pymicmd_debug_printf ("name = %s", obj->mi_command_name);
293 pymicmd_debug_printf ("name = %s", obj->mi_command_name);
426 pymicmd_debug_printf ("obj = %p, name = %s", cmd,

Completed in 15 milliseconds