This is the mail archive of the gdb-prs@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: gdb/2268: regex/list for auto-solib-add


The following reply was made to PR gdb/2268; it has been noted by GNATS.

From: "Rob Leathley" <robert.leathley@ricardo.com>
To: <gdb-gnats@sources.redhat.com>
Cc:  
Subject: Re: gdb/2268: regex/list for auto-solib-add
Date: Thu, 06 Sep 2007 10:27:22 +0100

 An alternative may be to have a command hook to load the libs once the=20
 program is running:
 
 define hookpost-run
    sharedlibrary libxxx.so
    enable
 end
 
 This works to some extent in that 'info share' shows the correct libs=20
 loaded, but breakpoints are still 'pending'.
 
 In addition I'm running gdb through kdevelop using the MI interface and=20
 hooks don't seem to work in this case:
 
 define hookpost--exec-run
 ...
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
 - - - - - - - - - - - - -
 This e-mail and any files transmitted with it are confidential and =
 intended solely for the use of the individual or entity to whom they are =
 addressed.If you have received this e-mail in error please notify the =
 sender immediately and delete this e-mail from your system.Please note =
 that any views or opinions presented in this e-mail are solely those of =
 the author and do not necessarily represent those of Ricardo (save for =
 reports and other documentation formally approved and signed for release =
 to the intended recipient).Only Directors are authorised to enter into =
 legally binding obligations on behalf of Ricardo. Ricardo may monitor =
 outgoing and incoming e-mails and other telecommunications systems.
 By replying to this e-mail you give consent to such monitoring.The =
 recipient should check e-mail and any attachments for the presence of =
 viruses. Ricardo accepts no liability for any damage caused by any virus =
 transmitted by this e-mail. "Ricardo" means Ricardo plc and its =
 subsidiary companies.
 Ricardo plc is a public limited company registered in England with =
 registered number 00222915.
 The registered office of Ricardo plc is Shoreham Technical Centre, =
 Shoreham-by Sea, West Sussex, BN43 5FG.
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =
 - - - - - - - - - - - - -=20


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