diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:33:10 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:33:10 +0000 |
commit | 46d570866dcefb811d86157204ec614ba4f18c19 (patch) | |
tree | 0e06a2a991bda8fbd1d90e466369ba1b341ac75b /gdb/ChangeLog | |
parent | d3169d93f7e21f9ebdd09d8856456baa26603dd5 (diff) | |
download | gdb-46d570866dcefb811d86157204ec614ba4f18c19.zip gdb-46d570866dcefb811d86157204ec614ba4f18c19.tar.gz gdb-46d570866dcefb811d86157204ec614ba4f18c19.tar.bz2 |
* breakpoint.c (bpstat_what): Give step-resume higher priority than
shlib events.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 03dc76b..06924fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * breakpoint.c (bpstat_what): Give step-resume higher priority than + shlib events. + +2007-04-13 Daniel Jacobowitz <dan@codesourcery.com> + * infrun.c: Doc fixes. (handle_inferior_event): Clarify debug message. (insert_step_resume_breakpoint_at_sal): Print a debug message. |