* NEWS: Mention new native MinGW configuration
@ 2007-10-20 17:21 Pedro Alves
2007-10-21 10:28 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Pedro Alves @ 2007-10-20 17:21 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: mingw_news.diff --]
[-- Type: text/x-diff, Size: 635 bytes --]
2007-10-20 Pedro Alves <pedro_alves@portugalmail.pt>
* NEWS: Mention native MinGW configuration.
---
gdb/NEWS | 3 +++
1 file changed, 3 insertions(+)
Index: src/gdb/NEWS
===================================================================
--- src.orig/gdb/NEWS 2007-10-20 15:52:19.000000000 +0100
+++ src/gdb/NEWS 2007-10-20 16:16:35.000000000 +0100
@@ -3,6 +3,9 @@
*** Changes since GDB 6.7
+* GDB can now be built as a native debugger on native x86 Windows
+(mingw32) systems for debugging Portable Executable (PE) executables.
+
* Pending breakpoints no longer change their number when their address
is resolved.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: NEWS: Mention new native MinGW configuration
2007-10-20 17:21 NEWS: Mention new native MinGW configuration Pedro Alves
@ 2007-10-21 10:28 ` Eli Zaretskii
2007-10-21 12:34 ` Pedro Alves
2007-10-21 20:05 ` Christopher Faylor
0 siblings, 2 replies; 7+ messages in thread
From: Eli Zaretskii @ 2007-10-21 10:28 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
> Date: Sat, 20 Oct 2007 16:17:18 +0100
> From: Pedro Alves <pedro_alves@portugalmail.pt>
>
> 2007-10-20 Pedro Alves <pedro_alves@portugalmail.pt>
>
> * NEWS: Mention native MinGW configuration.
Thanks!
> +* GDB can now be built as a native debugger on native x86 Windows
> +(mingw32) systems for debugging Portable Executable (PE) executables.
> +
Fine with me, but the second "native" should be removed, IMO.
In fact, I suggest the following text:
GDB can now be built as a native debugger for debugging Windows x86
(mingw32) Portable Executable (PE) programs.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: NEWS: Mention new native MinGW configuration
2007-10-21 10:28 ` Eli Zaretskii
@ 2007-10-21 12:34 ` Pedro Alves
2007-10-21 20:05 ` Christopher Faylor
1 sibling, 0 replies; 7+ messages in thread
From: Pedro Alves @ 2007-10-21 12:34 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb-patches
Eli Zaretskii wrote:
>
>> +* GDB can now be built as a native debugger on native x86 Windows
>> +(mingw32) systems for debugging Portable Executable (PE) executables.
>> +
>
> Fine with me, but the second "native" should be removed, IMO.
>
> In fact, I suggest the following text:
>
> GDB can now be built as a native debugger for debugging Windows x86
> (mingw32) Portable Executable (PE) programs.
>
Thanks, checked in with your suggestion.
Cheers,
Pedro Alves
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: NEWS: Mention new native MinGW configuration
2007-10-21 10:28 ` Eli Zaretskii
2007-10-21 12:34 ` Pedro Alves
@ 2007-10-21 20:05 ` Christopher Faylor
2007-10-21 23:28 ` Pedro Alves
1 sibling, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2007-10-21 20:05 UTC (permalink / raw)
To: Pedro Alves, gdb-patches
On Sat, Oct 20, 2007 at 08:07:01PM +0200, Eli Zaretskii wrote:
>> Date: Sat, 20 Oct 2007 16:17:18 +0100
>> From: Pedro Alves <pedro_alves@portugalmail.pt>
>>
>> 2007-10-20 Pedro Alves <pedro_alves@portugalmail.pt>
>>
>> * NEWS: Mention native MinGW configuration.
>
>Thanks!
>
>> +* GDB can now be built as a native debugger on native x86 Windows
>> +(mingw32) systems for debugging Portable Executable (PE) executables.
>> +
>
>Fine with me, but the second "native" should be removed, IMO.
>
>In fact, I suggest the following text:
>
> GDB can now be built as a native debugger for debugging Windows x86
> (mingw32) Portable Executable (PE) programs.
Actually, I'd say that the the "for debugging" could go too:
GDB can now be built as a native debugger for Windows x86 (mingw32)
Portable Executable (PE) programs.
cgf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: NEWS: Mention new native MinGW configuration
2007-10-21 20:05 ` Christopher Faylor
@ 2007-10-21 23:28 ` Pedro Alves
2007-10-22 4:38 ` Eli Zaretskii
0 siblings, 1 reply; 7+ messages in thread
From: Pedro Alves @ 2007-10-21 23:28 UTC (permalink / raw)
To: gdb-patches
Christopher Faylor wrote:
> On Sat, Oct 20, 2007 at 08:07:01PM +0200, Eli Zaretskii wrote:
>>> Date: Sat, 20 Oct 2007 16:17:18 +0100
>>> From: Pedro Alves
>>
>>> +* GDB can now be built as a native debugger on native x86 Windows
>>> +(mingw32) systems for debugging Portable Executable (PE) executables.
>>> +
>> Fine with me, but the second "native" should be removed, IMO.
>>
>> In fact, I suggest the following text:
>>
>> GDB can now be built as a native debugger for debugging Windows x86
>> (mingw32) Portable Executable (PE) programs.
>
> Actually, I'd say that the the "for debugging" could go too:
>
> GDB can now be built as a native debugger for Windows x86 (mingw32)
> Portable Executable (PE) programs.
>
... this can get bikeshedy fast.
On my first suggestion, I was trying to make it clear that we're
talking about a native MinGW build - I failed it so seems.
I think both Eli's (now checked in), and yours suffer a bit from
the fact that there is already a native debugger that can
debug mingw32 programs - the native cygwin gdb.
These are my preferences, sorted by most prefered first:
GDB can now be built as a native debugger on Windows x86 (mingw32)
for debugging Portable Executable (PE) programs.
* New native configurations:
x86 MinGW i[34567]86-*-mingw32*
GDB can now be built as a native debugger on Windows x86 (mingw32).
GDB can now be built as a native MinGW debugger on Windows x86.
GDB can now be built as a native mingw32 debugger on Windows x86.
GDB can now be built as a native mingw32 debugger on Windows x86.
I'll happily checking a new version if people want to.
Cheers,
Pedro Alves
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: NEWS: Mention new native MinGW configuration
2007-10-21 23:28 ` Pedro Alves
@ 2007-10-22 4:38 ` Eli Zaretskii
2007-10-22 8:12 ` Pedro Alves
0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2007-10-22 4:38 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
> Date: Sun, 21 Oct 2007 22:41:07 +0100
> From: Pedro Alves <pedro_alves@portugalmail.pt>
>
> > GDB can now be built as a native debugger for Windows x86 (mingw32)
> > Portable Executable (PE) programs.
> >
>
> ... this can get bikeshedy fast.
>
> On my first suggestion, I was trying to make it clear that we're
> talking about a native MinGW build - I failed it so seems.
>
> I think both Eli's (now checked in), and yours suffer a bit from
> the fact that there is already a native debugger that can
> debug mingw32 programs - the native cygwin gdb.
If that's what you wanted to say then let's say it:
GDB can now be built with the MinGW compiler as a native debugger for
Windows x86 (mingw32) Portable Executable (PE) programs.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-10-22 7:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-20 17:21 NEWS: Mention new native MinGW configuration Pedro Alves
2007-10-21 10:28 ` Eli Zaretskii
2007-10-21 12:34 ` Pedro Alves
2007-10-21 20:05 ` Christopher Faylor
2007-10-21 23:28 ` Pedro Alves
2007-10-22 4:38 ` Eli Zaretskii
2007-10-22 8:12 ` Pedro Alves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox