Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2000 22:13:30 -0700 (PDT)
From:      "John W. De Boskey" <jwd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <200008260513.WAA65917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jwd         2000/08/25 22:13:30 PDT

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  Pass two pointer parameters to the r_debug_state() hook
  function, thus allowing a debugger or other trace tool
  to easily grab the addresses of the needed structures
  off the stack.
  
  This change is transparent to gdb, which locates the
  link_map list and transfers it to debugger memory
  for comparison purposes.
  
  A sample program will be committed showing how this can
  be used.
  
  Reviewed by:    John Polstra <jdp@FreeBSD.org>
  
  Revision  Changes    Path
  1.48      +19 -9     src/libexec/rtld-elf/rtld.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008260513.WAA65917>