Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Mention all new options in NEWS
@ 2009-04-17 10:22 Eli Zaretskii
  2009-04-17 14:33 ` Daniel Jacobowitz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eli Zaretskii @ 2009-04-17 10:22 UTC (permalink / raw)
  To: gdb-patches

I was looking for the exact form of the disassemble-next-line option
(I forgot its precise name), and found out that we don't have it
listed in NEWS.

Would it be OK with everybody to request that new options be also
mentioned in NEWS, in addition to new commands?  If others agree, I
volunteer to document in NEWS all the options we added since GDB 6.8.


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

* Re: Mention all new options in NEWS
  2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
@ 2009-04-17 14:33 ` Daniel Jacobowitz
  2009-04-17 15:24 ` Joel Brobecker
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Daniel Jacobowitz @ 2009-04-17 14:33 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

On Fri, Apr 17, 2009 at 01:22:46PM +0300, Eli Zaretskii wrote:
> I was looking for the exact form of the disassemble-next-line option
> (I forgot its precise name), and found out that we don't have it
> listed in NEWS.
> 
> Would it be OK with everybody to request that new options be also
> mentioned in NEWS, in addition to new commands?  If others agree, I
> volunteer to document in NEWS all the options we added since GDB 6.8.

I completely agree.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: Mention all new options in NEWS
  2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
  2009-04-17 14:33 ` Daniel Jacobowitz
@ 2009-04-17 15:24 ` Joel Brobecker
  2009-04-17 16:30 ` Tom Tromey
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2009-04-17 15:24 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

> Would it be OK with everybody to request that new options be also
> mentioned in NEWS, in addition to new commands?  If others agree, I
> volunteer to document in NEWS all the options we added since GDB 6.8.

Agreed.

-- 
Joel


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

* Re: Mention all new options in NEWS
  2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
  2009-04-17 14:33 ` Daniel Jacobowitz
  2009-04-17 15:24 ` Joel Brobecker
@ 2009-04-17 16:30 ` Tom Tromey
  2009-04-17 21:05 ` Michael Snyder
  2009-04-18 14:54 ` [NEWS/commit] " Eli Zaretskii
  4 siblings, 0 replies; 6+ messages in thread
From: Tom Tromey @ 2009-04-17 16:30 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> Would it be OK with everybody to request that new options be also
Eli> mentioned in NEWS, in addition to new commands?

Definitely.

I think one exception would be something like the new "maint" option
in one of Pedro's recent patches -- it is a temporary option that will
go away once the multi-inferior bits are more robust.  This is a rare
case.

Tom


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

* Re: Mention all new options in NEWS
  2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
                   ` (2 preceding siblings ...)
  2009-04-17 16:30 ` Tom Tromey
@ 2009-04-17 21:05 ` Michael Snyder
  2009-04-18 14:54 ` [NEWS/commit] " Eli Zaretskii
  4 siblings, 0 replies; 6+ messages in thread
From: Michael Snyder @ 2009-04-17 21:05 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

Eli Zaretskii wrote:
> I was looking for the exact form of the disassemble-next-line option
> (I forgot its precise name), and found out that we don't have it
> listed in NEWS.
> 
> Would it be OK with everybody to request that new options be also
> mentioned in NEWS, in addition to new commands?  If others agree, I
> volunteer to document in NEWS all the options we added since GDB 6.8.

Sounds great, thanks for doing this.


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

* [NEWS/commit] Re: Mention all new options in NEWS
  2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
                   ` (3 preceding siblings ...)
  2009-04-17 21:05 ` Michael Snyder
@ 2009-04-18 14:54 ` Eli Zaretskii
  4 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2009-04-18 14:54 UTC (permalink / raw)
  To: gdb-patches

> Date: Fri, 17 Apr 2009 13:22:46 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> I was looking for the exact form of the disassemble-next-line option
> (I forgot its precise name), and found out that we don't have it
> listed in NEWS.
> 
> Would it be OK with everybody to request that new options be also
> mentioned in NEWS, in addition to new commands?  If others agree, I
> volunteer to document in NEWS all the options we added since GDB 6.8.

Well, since everyone agreed, I did it.  The patch I committed is
below.

2009-04-18  Eli Zaretskii  <eliz@gnu.org>

	* NEWS: Mention all new set/show commands added since GDB 6.8 was
	released.

Index: gdb/NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.305
diff -u -r1.305 NEWS
--- gdb/NEWS	31 Mar 2009 20:21:06 -0000	1.305
+++ gdb/NEWS	18 Apr 2009 14:50:23 -0000
@@ -49,6 +49,10 @@
   operation over reliable transport links.  Use of this packet is
   controlled by the `set remote noack-packet' command.
 
+vKill
+  Kill the process with the specified process ID.  Use this in preference
+  to `k' when multiprocess protocol extensions are supported.
+
 qXfer:osdata:read
   Obtains additional operating system information
 
@@ -145,7 +149,7 @@
 * Support for user-defined prefixed commands.  The "define" command can
 add new commands to existing prefixes, e.g. "target".
 
-* New commands
+* New commands (for set/show, see "New options" below)
 
 find [/size-char] [/max-count] start-address, end-address|+search-space-size,
     val1 [, val2, ...]
@@ -158,13 +162,70 @@
 python [CODE]
   Invoke CODE by passing it to the Python interpreter.
 
+macro define
+macro list
+macro undef
+  These allow macros to be defined, undefined, and listed
+  interactively.
+
+info os processes
+  Show operating system information about processes.
+
+* New options
+
+set sh calling-convention
+show sh calling-convention
+  Control the calling convention used when calling SH target functions.
+
 set print symbol-loading
 show print symbol-loading
   Control printing of symbol loading messages.
 
 set debug timestamp
 show debug timestamp
-  Display timestamps with GDB debugging output.
+  Control display of timestamps with GDB debugging output.
+
+set disassemble-next-line
+show disassemble-next-line
+  Control display of disassembled source lines or instructions when
+  the debuggee stops.
+
+set remote noack-packet
+show remote noack-packet
+  Set/show the use of remote protocol QStartNoAckMode packet.  See above
+  under "New remote packets."
+
+set remote query-attached-packet
+show remote query-attached-packet
+  Control use of remote protocol `qAttached' (query-attached) packet.
+
+set remote read-siginfo-object
+show remote read-siginfo-object
+  Control use of remote protocol `qXfer:siginfo:read' (read-siginfo-object)
+  packet.
+
+set remote write-siginfo-object
+show remote write-siginfo-object
+  Control use of remote protocol `qXfer:siginfo:write' (write-siginfo-object)
+  packet.
+
+set displaced-stepping
+show displaced-stepping
+  Control displaced stepping mode.  Displaced stepping is a way to
+  single-step over breakpoints without removing them from the debuggee.
+  Also known as "out-of-line single-stepping".
+
+set debug displaced
+show debug displaced
+  Control display of debugging info for displaced stepping.
+
+maint set internal-error
+maint show internal-error
+  Control what GDB does when an internal error is detected.
+
+maint set internal-warning
+maint show internal-warning
+  Control what GDB does when an internal warning is detected.
 
 set exec-wrapper
 show exec-wrapper
@@ -198,7 +259,13 @@
   by default on some platforms.  This option keeps the addresses stable across
   multiple debugging sessions.
 
+set non-stop
+show non-stop
+  Control whether other threads are stopped or not when some thread hits
+  a breakpoint.
+
 set target-async
+show target-async
   Requests that asynchronous execution is enabled in the target, if available.
   In this case, it's possible to resume target in the background, and interact
   with GDB while the target is running.  "show target-async" displays the
@@ -217,15 +284,6 @@
   with a specified timeout period; this is useful if the stub is launched
   in parallel with GDB but may not be ready to accept connections immediately.
 
-macro define
-macro list
-macro undef
-  These allow macros to be defined, undefined, and listed
-  interactively.
-
-info os processes
-  Show operating system information about processes.
-
 * New native configurations
 
 x86/x86_64 Darwin		i[34567]86-*-darwin*


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

end of thread, other threads:[~2009-04-18 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-17 10:22 Mention all new options in NEWS Eli Zaretskii
2009-04-17 14:33 ` Daniel Jacobowitz
2009-04-17 15:24 ` Joel Brobecker
2009-04-17 16:30 ` Tom Tromey
2009-04-17 21:05 ` Michael Snyder
2009-04-18 14:54 ` [NEWS/commit] " Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox