public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [obv] testsuite: Fixup after `disassemble support start,+length format'
@ 2010-07-27 23:25 Jan Kratochvil
  2010-07-28  1:42 ` CHENG Renquan
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kratochvil @ 2010-07-27 23:25 UTC (permalink / raw)
  To: gdb-patches; +Cc: CHENG Renquan

Hi,

there was a regression (FAIL).  Checked in both for HEAD and 7.2 as obvious.

7.2 check-in was:
	http://sourceware.org/ml/gdb-cvs/2010-07/msg00174.html


Regards,
Jan


http://sourceware.org/ml/gdb-cvs/2010-07/msg00173.html

--- src/gdb/testsuite/ChangeLog	2010/07/27 20:51:37	1.2392
+++ src/gdb/testsuite/ChangeLog	2010/07/27 23:18:38	1.2393
@@ -1,5 +1,9 @@
 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
+	* gdb.base/help.exp (help disassemble): Update the content.
+
+2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
 	* gdb.threads/ia64-sigill.exp: New file.
 	* gdb.threads/ia64-sigill.c: New file.
 
--- src/gdb/testsuite/gdb.base/help.exp	2010/07/01 18:03:48	1.44
+++ src/gdb/testsuite/gdb.base/help.exp	2010/07/27 23:18:38	1.45
@@ -122,7 +122,7 @@
 # test help disable display
 gdb_test "help disable display" "Disable some expressions to be displayed when program stops\.\[\r\n\]+Arguments are the code numbers of the expressions to stop displaying\.\[\r\n\]+No argument means disable all automatic-display expressions\.\[\r\n\]+Do \"info display\" to see current list of code numbers\." "help disable display"
 # test help disassemble
-gdb_test "help disassemble" "Disassemble a specified section of memory\.\[\r\n\]+Default is the function surrounding the pc of the selected frame\.\[\r\n\]+With a /m modifier, source lines are included \\(if available\\)\.\[\r\n\]+With a /r modifier, raw instructions in hex are included\.\[\r\n\]+With a single argument, the function surrounding that address is dumped\.\[\r\n\]+Two arguments \\(separated by a comma\\) are taken as a range of memory to dump\." "help disassemble"
+gdb_test "help disassemble" "Disassemble a specified section of memory\.\[\r\n\]+Default is the function surrounding the pc of the selected frame\.\[\r\n\]+With a /m modifier, source lines are included \\(if available\\)\.\[\r\n\]+With a /r modifier, raw instructions in hex are included\.\[\r\n\]+With a single argument, the function surrounding that address is dumped\.\[\r\n\]+Two arguments \\(separated by a comma\\) are taken as a range of memory to dump,\[\r\n\]+  in the form of \"start,end\", or \"start,\\+length\"\." "help disassemble"
 # test help display
 gdb_test "help display" "Print value of expression EXP each time the program stops\.\[\r\n\]+/FMT may be used before EXP as in the \"print\" command\.\[\r\n\]+/FMT \"i\" or \"s\" or including a size-letter is allowed,\[\r\n\]+as in the \"x\" command, and then EXP is used to get the address to examine\[\r\n\]+and examining is done as in the \"x\" command\.\[\r\n\]+With no argument, display all currently requested auto-display expressions\.\[\r\n\]+Use \"undisplay\" to cancel display requests previously made\." "help display"
 # test help do

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

* Re: [obv] testsuite: Fixup after `disassemble support start,+length  format'
  2010-07-27 23:25 [obv] testsuite: Fixup after `disassemble support start,+length format' Jan Kratochvil
@ 2010-07-28  1:42 ` CHENG Renquan
  0 siblings, 0 replies; 2+ messages in thread
From: CHENG Renquan @ 2010-07-28  1:42 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: gdb-patches

On Wed, Jul 28, 2010 at 7:24 AM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> Hi,
>
> there was a regression (FAIL).  Checked in both for HEAD and 7.2 as obvious.
>
> 7.2 check-in was:
>        http://sourceware.org/ml/gdb-cvs/2010-07/msg00174.html
>
>
> Regards,
> Jan

Thank you very much, learned that to use "make check" is required for
every single patch, even how small it is;

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

end of thread, other threads:[~2010-07-28  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-27 23:25 [obv] testsuite: Fixup after `disassemble support start,+length format' Jan Kratochvil
2010-07-28  1:42 ` CHENG Renquan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).