This is the mail archive of the gdb-patches@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: [Bug win32/14529] Make gdb capable of JIT-debugging on W32


> Date: Sun, 30 Sep 2012 16:46:30 +0400
> From: LRN <lrn1986@gmail.com>
> 
> Attached the patch.

Thanks.  Final 2 comments:

  . you patch has 2 stray ^M characters, please remove them when
    committing
  . you still have at least one place with 1 space between sentences


> > The documentation patch is OK with those changes.
> You said you'd suggest a better short message for add_com().

Right, thanks for the reminder.  Here it is:

   Signal a crashed process with event ID, to allow its debugging.
 This command is needed in support of setting up GDB as JIT debugger
 on MS-Windows.  The command should be invoked from the GDB command
 line using the '-ex' command-line option.  The ID of the event that
 blocks the crashed process will be supplied by the Windows JIT
 debugging mechanism.

Well, maybe not so short ;-)

Thanks.


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