This is the mail archive of the gdb@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: stop-on-solib-events and Cygwin (or MinGW)


Daniel Jacobowitz wrote:

> On Thu, Feb 14, 2008 at 10:58:02AM -0800, Gordon Prieur wrote:
>> Its similar to 2369 but there are several differences. First off, I'm
>> running  in mi mode
>> and I don't really expect it to handle breakpoints in unloaded dlls. In
>> command line, it
>> asks if it should be left "pending on future shared library load".
> 
> Vladimir added support for this to GDB/MI on 2007-12-14.
> 
> Vladimir, I noticed there's no NEWS entry for this.  If you agree
> there should be, could you add one?

What about the below?

- Volodya

diff --git a/gdb/NEWS b/gdb/NEWS
index e87ee01..84ab160 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -62,6 +62,9 @@ Decimal Floating Point extension.  In addition, the PowerPC target
 now has a set of pseudo-registers to inspect decimal float values
 stored in two consecutive float registers.

+* The -break-insert MI command can optionally create pending
+breakpoints now.
+
 * New commands

 set print frame-arguments (all|scalars|none)



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