projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ba48f
)
Fix cvs merge fuckup.
author
Stu Grossman
<grossman@cygnus>
Thu, 27 Feb 1992 17:50:06 +0000
(17:50 +0000)
committer
Stu Grossman
<grossman@cygnus>
Thu, 27 Feb 1992 17:50:06 +0000
(17:50 +0000)
gdb/breakpoint.c
patch
|
blob
|
history
diff --git
a/gdb/breakpoint.c
b/gdb/breakpoint.c
index 92419ee21902f42f9608c41238cc4c12530ce1cb..1f2d4e559f1dc1f23cd4cd5fd0adadcdf4bff225 100644
(file)
--- a/
gdb/breakpoint.c
+++ b/
gdb/breakpoint.c
@@
-1265,12
+1265,6
@@
create_longjmp_breakpoint(func_name)
struct breakpoint *b;
static int internal_breakpoint_number = -1;
- if (*bpt != NULL)
- {
- delete_breakpoint(*bpt);
- *bpt = NULL;
- }
-
if (func_name != NULL)
{
struct minimal_symbol *m;