X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=a3ae15e00aef19a792fd6edf442bec121eea09ce;hb=c6f2ac4350a9a032daef67e450bea4435f62cc19;hp=090c6c2e47ebca3820865dea25e27bc95c2f0dd0;hpb=a04ba9855e937fe9ffb6b928f889bbae4587dbf7;p=binutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 090c6c2e47e..a3ae15e00ae 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,71 @@ +2010-07-29 Pedro Alves + + * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the + environment. + +2010-07-28 Tom Tromey + + PR python/11060: + * gdb.python/py-type.c (Temargs): New template. + (temvar): New variable. + * gdb.python/py-type.exp (test_template): New proc. + +2010-07-28 Daniel Jacobowitz + + * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp, + gdb.dwarf2/member-ptr-forwardref.exp: Adjust. + +2010-07-28 Tom Tromey + + PR c++/9946: + * gdb.cp/temargs.exp: New file. + * gdb.cp/temargs.cc: New file. + +2010-07-27 Jan Kratochvil + + * gdb.base/help.exp (help disassemble): Update the content. + +2010-07-27 Jan Kratochvil + + * gdb.threads/ia64-sigill.exp: New file. + * gdb.threads/ia64-sigill.c: New file. + +2010-07-27 Tom Tromey + + * gdb.opt/inline-cmds.c (ATTR): New define. + (func1): Use it. + (func2): Likewise. + (func3): Likewise. + (outer_inline1): Likewise. + (outer_inline2): Likewise. + * gdb.opt/inline-bt.c (ATTR): New define. + (func1): Use it. + (func2): Likewise. + * gdb.opt/inline-locals.c (ATTR): New define. + (func1): Use it. + (func2): Likewise. + +2010-07-27 Tom Tromey + + * gdb.stabs/gdb11479.c (hack): New function. + (test): Use it. + (test2): Use it. + * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf) + (int32_search_buf, int64_search_buf): No longer static. + (x): Remove. + * gdb.base/relocate.c (hack): New function. + +2010-07-27 Phil Muldoon + + * gdb.python/py-value.exp (test_inferior_function_call): New function. + * gdb.python/py-value.c (func1): New function. + (func2): Likewise. + +2010-07-26 Corinna Vinschen + + * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so + as not to clash with .data section. + 2010-07-26 Jerome Guitton * gdb.base/code_elim.exp: New file.