mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 00:15:13 +00:00
gdb/gdbserver/
* server.c (process_point_options): Print debug message when debug_threads is true.
This commit is contained in:
parent
15b42fb01d
commit
d171ca7803
@ -1,3 +1,8 @@
|
||||
2013-02-27 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* server.c (process_point_options): Print debug message when
|
||||
debug_threads is true.
|
||||
|
||||
2013-02-26 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
|
||||
|
@ -2860,7 +2860,8 @@ process_point_options (CORE_ADDR point_addr, char **packet)
|
||||
if (*dataptr == 'X')
|
||||
{
|
||||
/* Conditional expression. */
|
||||
fprintf (stderr, "Found breakpoint condition.\n");
|
||||
if (debug_threads)
|
||||
fprintf (stderr, "Found breakpoint condition.\n");
|
||||
add_breakpoint_condition (point_addr, &dataptr);
|
||||
}
|
||||
else if (strncmp (dataptr, "cmds:", strlen ("cmds:")) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user