mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
disabled_shlib_breaks, unused.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-02-25 Doug Evans <dje@google.com>
|
||||
|
||||
* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
|
||||
disabled_shlib_breaks, unused.
|
||||
|
||||
* printcmd.c (build_address_symbolic): Fix comment.
|
||||
|
||||
2009-02-25 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
@@ -4424,7 +4424,6 @@ void
|
||||
disable_breakpoints_in_shlibs (void)
|
||||
{
|
||||
struct bp_location *loc;
|
||||
int disabled_shlib_breaks = 0;
|
||||
|
||||
ALL_BP_LOCATIONS (loc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user