This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

[PATCH] Update breakpoint methods


Hi,

Recent snapshot users have probably noticed that breakpoints have been broken for a couple of weeks. This is a direct result of some ancient code in insight which has been using some private gdb code to do its work.

I've rewritten these routines to follow the same methodology as the MI code. This should help insulate insight from some gdb churn.

If there are any problems with this, please let me know ASAP. I am gearing up for the release candidate (that I promised a week or two ago).

Keith

ChangeLog
  2009-11-09  Keith Seitz  <keiths@redhat.com>

	* library/srctextwin.itb (lookup_line): Update parameters
	to gdb_set_bp.
	* generic/gdbtk-bp.c: Remove extern declarations for symbols
	in breakpoint.c.
	(gdb_set_bp_addr): Remove.
	(Gdbtk_Breakpoint_Init): Remove Tcl command "gdb_set_bp_addr".
	(gdb_set_bp): Remove file and line arguments; add "addr" argument.
	Rewrite to use "public" APIs from gdb.

Attachment: bp.patch
Description: Text document


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