Home
last modified time | relevance | path

Searched refs:breakpoint_commands (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.h1201 extern struct command_line *breakpoint_commands (struct breakpoint *b);
H A Dremote.c322 int breakpoint_commands; member
3869 rs->breakpoint_commands = (support == PACKET_ENABLE); in remote_breakpoint_commands_feature()
10306 return rs->breakpoint_commands; in remote_can_run_breakpoint_commands()
10551 breakpoint_commands (b)); in remote_download_tracepoint()
H A Dtracepoint.c1637 actions = breakpoint_commands (t); in encode_actions()
2945 actions = breakpoint_commands (&t->base); in trace_dump_command()
H A Dbreakpoint.c361 breakpoint_commands (struct breakpoint *b) in breakpoint_commands() function
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c489 print_command_lines (current_uiout, breakpoint_commands (bp), 0); in bppy_get_commands()