X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdbarch.sh;h=aa0cd62cf259b7b7c20483cc79e64c5f226b6d05;hb=b22e8f02be7871414431cb0c214800cb6cf656b9;hp=fec4c7a12f6954b2f62178831d8440fec6e644e6;hpb=84674fe17939ab8a769ace018d8fe1a4cf041a4a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index fec4c7a12f..aa0cd62cf2 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -624,11 +624,6 @@ f:=:CORE_ADDR:skip_trampoline_code:CORE_ADDR pc:pc::generic_skip_trampoline_code # evaluates non-zero, this is the address where the debugger will place # a step-resume breakpoint to get us past the dynamic linker. m::CORE_ADDR:skip_solib_resolver:CORE_ADDR pc:pc::generic_skip_solib_resolver::0 -# For SVR4 shared libraries, each call goes through a small piece of -# trampoline code in the ".plt" section. IN_SOLIB_CALL_TRAMPOLINE evaluates -# to nonzero if we are currently stopped in one of these. -f:=:int:in_solib_call_trampoline:CORE_ADDR pc, char *name:pc, name::generic_in_solib_call_trampoline::0 - # Some systems also have trampoline code for returning from shared libs. f:=:int:in_solib_return_trampoline:CORE_ADDR pc, char *name:pc, name::generic_in_solib_return_trampoline::0