public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] Add breakpoint location debugging logs
@ 2023-06-01 16:33 Christina Schimpe
  2023-06-01 16:33 ` [PATCH v4 1/1] gdb, breakpoint: add " Christina Schimpe
  0 siblings, 1 reply; 9+ messages in thread
From: Christina Schimpe @ 2023-06-01 16:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: aburgess, eliz, simark

Hi all,

this is my v4 for the patch "gdb, breakpoint: add breakpoint location debugging
logs", which addresses the feedback of Simon and Andrew.
The documentation part has been approved by Eli.

V3 of this patch can be found here: 
https://sourceware.org/pipermail/gdb-patches/2023-March/198301.html

Changes since V3:
* Replace "breakpoint_location_to_buffer" by "to_string" function on the
  bp_location class
* Add another helper function to create strings for debug log
* Use ui_out_redirect_pop instead of ui_out::redirect directly
* Add a remove_bp_reason_str function to convert an enum remove_bp_reason
* Use DIAGNOSTIC_ERROR_SWITCH
* Some other small nits

Regards,

Christina

Mihails Strasuns (1):
  gdb, breakpoint: add breakpoint location debugging logs

 gdb/NEWS            |   5 +++
 gdb/breakpoint.c    | 107 ++++++++++++++++++++++++++++++++++++++++++++
 gdb/breakpoint.h    |   4 ++
 gdb/doc/gdb.texinfo |   8 ++++
 4 files changed, 124 insertions(+)

-- 
2.25.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


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

end of thread, other threads:[~2023-06-07 15:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 16:33 [PATCH v4 0/1] Add breakpoint location debugging logs Christina Schimpe
2023-06-01 16:33 ` [PATCH v4 1/1] gdb, breakpoint: add " Christina Schimpe
2023-06-07  8:45   ` Andrew Burgess
2023-06-07 12:20     ` Schimpe, Christina
2023-06-07 14:37       ` Andrew Burgess
2023-06-07 12:38     ` Eli Zaretskii
2023-06-07 14:40       ` Andrew Burgess
2023-06-07 15:28         ` Schimpe, Christina
2023-06-07 15:32         ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).