mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2002-04-05 H.J. Lu (hjl@gnu.org)
* solib-svr4.c (bkpt_names): Add "__start".
This commit is contained in:
parent
f32e7a74f7
commit
ad3dcc5cf2
@ -1,3 +1,7 @@
|
||||
2002-04-05 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* solib-svr4.c (bkpt_names): Add "__start".
|
||||
|
||||
2002-04-04 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
|
||||
|
@ -92,6 +92,7 @@ static char *bkpt_names[] =
|
||||
SOLIB_BKPT_NAME, /* Prefer configured name if it exists. */
|
||||
#endif
|
||||
"_start",
|
||||
"__start",
|
||||
"main",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user