This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Notes on a frame_unwind_address_in_block problem


Mark Kettenis <mark.kettenis@xs4all.nl> writes:

> [...]
> Looking at sysdeps/unix/sysv/linux/x86_64/sigaction.c in the glibc sources:
>
> asm                                             \
>   (                                             \
>    ".align 16\n"                                \
>    CFI_STARTPROC "\n"                           \
>    "__" #name ":\n"                             \
>    "    movq $" #syscall ", %rax\n"             \
>    "    syscall\n"                              \
>    CFI_ENDPROC "\n"                             \
>    );
>
> Someone should either add the proper unwind info or remove the unwind
> info altogether.

What do you suggest to add here?

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj/
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]