Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* deprecated_print_frame_info_listing_hook
@ 2014-07-20  8:46 phi gcc
  2014-07-20  9:12 ` deprecated_print_frame_info_listing_hook phi gcc
  0 siblings, 1 reply; 4+ messages in thread
From: phi gcc @ 2014-07-20  8:46 UTC (permalink / raw)
  To: gdb

Hi All,

This is my first post in this ML, if it is not the right place let me
know and I will register another list.

I have my own hack on gdb since ages, that I port to each new broken
gdb, I mean each time GDB become incompatible with my updated linux, I
get the latest GDB and incorporate my few hacks in there. (this may
happen when [pt]trace change its API)

Today I got from ubuntu LTS 14.04, and my old GDB (6.4) don't work
anymore. That's ok I get the latest GDB for that ubuntu 14.04 and it
sounds like it is gdb-7.7, I port my hack in there and kaboom, my hack
don't port because I heavily depend on
print_frame_info_listing_hook() to be called upon GDB interaction.

I discover that this print_frame_info_listing_hook() is deprecated (thanx).

My question is, what is the replacement for that, what is the right
place to stick a callback to my function when we hit a BP and enter
GDB loop?

Thanx in advance
Cheers,
Phi


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-31  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-20  8:46 deprecated_print_frame_info_listing_hook phi gcc
2014-07-20  9:12 ` deprecated_print_frame_info_listing_hook phi gcc
2014-07-21 19:56   ` deprecated_print_frame_info_listing_hook Tom Tromey
2014-07-31  6:55     ` deprecated_print_frame_info_listing_hook phi gcc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox