Pierre Muller
c55a82bb3c
* gdb.base/gdb1056.exp: Add unsigned integer test.
2008-01-29 16:30:25 +00:00
Doug Evans
0993fe0537
* gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
2008-01-28 18:06:59 +00:00
Jim Blandy
c7a6993360
* gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
2008-01-27 22:25:43 +00:00
Jim Blandy
4fe42e7fe7
* gdb.base/expand-psymtabs.exp: Doc fix.
2008-01-27 17:19:06 +00:00
Mark Kettenis
5def828572
* gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
2008-01-26 13:56:37 +00:00
Nick Roberts
8a578dd762
Add value field to tests for output of -var-set-format.
2008-01-23 21:05:16 +00:00
Nick Roberts
5313c9115b
*** empty log message ***
2008-01-23 21:04:54 +00:00
Vladimir Prus
93815fbfa5
Inform about new thread in a single place.
...
* thread.c (add_thread_silent): Renamed
from add_thread.
(print_thread_events): New variable definition.
(show_print_thread_events): New function.
(_initialize_thread): Add "set print thread-events" and
"show print thread-events" commands.
(add_thread): Announce new thread.
* gdbthread.h (add_thread_silent): Declare.
(print_thread_events): New variable declaration.
* inf-ttrace.c (inf_ttrace_wait): Don't
inform about new thread, as add_thread is always
called too, and will take care of that.
* infrun.c (handle_inferior_event): Likewise.
* procfs.c (procfs_wait): Likewise.
* remote.c (remote_currthread): Likewise.
* sol-thread.c (sol_thread_wait): Likewise.
* win32-nat.c (get_win32_debug_event): Likewise.
* linux-thread-db.c (attach_thread): Likewise.
Remove the verbose parameter.
(check_event): Make detach_thread be verbose
only if print_thread_events is set.
* linux-nat.c (lin_lwp_attach_lwp): Don't inform
about new thread. This is called only from
linux-thread-db.c:attach_thread, which will take care.
Remove the verbose parameter.
* linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
2008-01-23 11:26:29 +00:00
Nick Roberts
7bf81d6302
Add value field to tests for output of -var-set-format.
2008-01-23 06:20:57 +00:00
Nick Roberts
bb2bed55ec
Add the variable octal.
2008-01-23 06:20:34 +00:00
Nick Roberts
467a88eed1
*** empty log message ***
2008-01-23 06:19:31 +00:00
Daniel Jacobowitz
d8f82aba69
* gdb.base/float.exp: Allow missing floating point for m68k and
...
PowerPC.
2008-01-22 21:30:02 +00:00
Vladimir Prus
60c4664782
* breakpoint.c (break_command_really): New parameter
...
ignore_count.
(break_command_1): Pass 0 as
ignore_count to break_command_really.
(gdb_breakpoint): Pass ignore_count to
break_command_really.
2008-01-22 19:43:10 +00:00
Pedro Alves
c7dd36a172
* gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
...
and 'dummy_ptr' integer pointer. Initialize struct_declarations
with dummy_ptr's address.
* gdb.mi/var-cmd.c (do_children_tests): Likewise.
* gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
all targets.
* gdb.mi/mi2-var-child.exp: Likewise.
2008-01-17 14:34:22 +00:00
Joel Brobecker
39d5313e31
* gdb.ada/null_array: New test program.
...
* gdb.ada/null_array.exp: New testcase.
2008-01-09 17:05:26 +00:00
Luis Machado
0aea4bf354
* printcmd.c (printf_command): Add seen_big_h, seen_big_d and
...
seen_double_big_d, treat the new H, D, and DD modifiers as length
modifiers.
* doc/gdb.texinfo (Output): Update documentation on using printf with DFP
types.
* testsuite/gdb.base/printcmds.exp (test_printf_with_dfp): Update
printf calls with required float modifiers.
2008-01-09 13:47:59 +00:00
Joel Brobecker
0b3549005a
* gdb.ada/funcall_param: New test program.
...
* gdb.ada/funcall_param.exp: New testcase.
2008-01-08 19:39:34 +00:00
Joel Brobecker
cdb7f5d4dc
* gdb.ada/arrayparam: New test program.
...
* gdb.ada/arrayparam.exp: New testcase.
2008-01-08 19:31:36 +00:00
Joel Brobecker
88e2547f13
* gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
...
landed. Should also fix random failures in the test following it.
2008-01-08 18:17:30 +00:00
Thiago Jung Bauermann
f6867ce08c
* gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
...
for expressions with decimal float values.
(test_dfp_conversions): New function to test casts to and from
decimal float types.
Call test_dfp_conversions.
* gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
elements.
(main): Initialize ds.float4 and ds.double8 elements.
* gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
string to new error message.
(d64_set_tests): Likewise.
(d128_set_tests): Likewise.
Add tests for expressions with decimal float variables. Add tests for
conversions to and from decimal float types.
2008-01-07 22:34:49 +00:00
Joel Brobecker
f9c112822a
* gdb.ada/packed_tagged/comp_bug.adb: New file.
...
* gdb.ada/packed_tagged.exp: New testcase.
2008-01-05 15:48:08 +00:00
Joel Brobecker
0ecbca72c8
* gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
...
gdb.ada/homonym/homonym_main.adb: New files.
* gdb.ada/homonym.exp: New testcase.
2008-01-04 21:40:34 +00:00
Joel Brobecker
c18d3d891b
* gdb.ada/packed_array.exp: Add testing of references to
...
a packed array.
2008-01-04 20:47:16 +00:00
Joel Brobecker
ecc7085baf
* gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
...
New files.
* gdb.ada/type_coercion.exp: New testcase.
2008-01-04 20:07:40 +00:00
Joel Brobecker
c474c9229e
* gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
...
gdb.ada/tagged/foo.adb: New file.
* gdb.ada/tagged.exp: New testcase.
2008-01-04 20:02:29 +00:00
Joel Brobecker
9005b927e2
* gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
...
gdb.ada/ptype_field/foo.adb: New files.
* gdb.ada/ptype_field.exp: New testcase.
2008-01-04 15:10:10 +00:00
Joel Brobecker
1a6aaad875
* gdb.ada/print_pc.exp: New testcase.
2008-01-03 19:22:20 +00:00
Joel Brobecker
0ef22f5306
* gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
...
gdb.ada/taft_type/p.adb: New files.
* gdb.ada/taft_type.exp: New testcase.
2008-01-03 19:19:22 +00:00
Joel Brobecker
e9a0edba72
* gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
...
gdb.ada/taft_type/p.adb: New files.
* gdb.ada/taft_type.exp: New testcase.
2008-01-03 17:32:10 +00:00
Joel Brobecker
1689ecf896
* gdb.ada/array_bounds/bar.adb: New file.
...
* gdb.ada/array_bounds.exp: New testcase.
2008-01-03 14:19:52 +00:00
Joel Brobecker
a4d0b9c3e1
* gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
...
gdb.ada/arrayptr/foo.adb: New files.
* gdb.ada/arrayptr.exp: New testcase.
2008-01-03 13:15:43 +00:00
Joel Brobecker
a31ace0071
* gdb.base/set-lang-auto.exp: New testcase.
2008-01-03 04:26:57 +00:00
Joel Brobecker
a97fced314
* gdb.ada/fun_addr/foo.adb: New file.
...
* gdb.ada/fun_addr.exp: New testcase.
2008-01-03 04:12:24 +00:00
Jan Kratochvil
ef29ce1ab3
* linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
...
* gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
New files
2008-01-02 13:36:38 +00:00
Joel Brobecker
0fafefe315
* array_subscript_addr/p.adb: New file.
...
* array_subscript_addr.exp: New testcase.
2008-01-02 12:06:38 +00:00
Joel Brobecker
c4359f8d00
* gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
...
New files.
* gdb.ada/str_cmp_ref.exp: New testcase.
2008-01-02 11:25:01 +00:00
Daniel Jacobowitz
9b254dd1ce
Updated copyright notices for most files.
2008-01-01 22:53:26 +00:00
Joel Brobecker
1aa1b15b3c
* gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
...
gdb.ada/fun_in_declare/foo.adb: New files.
* gdb.ada/fun_in_declare.exp: New testcase.
2008-01-01 12:43:41 +00:00
Joel Brobecker
81c9b2cf53
* gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
...
gdb.ada/ref_param/pck.ads: New files.
* gdb.ada/ref_param.exp: New testcase.
2008-01-01 11:42:53 +00:00
Joel Brobecker
319e46745f
* gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
...
gdb.ada/interface/foo.adb: New files.
* gdb.ada/interface.exp: New testcase.
2008-01-01 07:25:45 +00:00
Jim Blandy
ef682c56ef
* gdb.base/multi-forks.exp: Consume all output from child
...
processes before proceeding to next test.
2007-12-31 21:34:48 +00:00
Jim Blandy
f6f3eb6ccf
* configure: Regenerated.
2007-12-29 14:01:30 +00:00
Joel Brobecker
f652e42f28
* gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
...
gdb.ada/fixed_cmp/fixed.adb: New files.
* gdb.ada/fixed_cmp.exp: New testcase.
2007-12-28 06:32:46 +00:00
Joel Brobecker
6943e5962a
* gdb.ada/boolean_expr.exp: New testcase.
2007-12-28 06:17:49 +00:00
Jim Blandy
aad9a19303
* gdb.base/multi-forks.exp: Doc fix.
2007-12-26 17:11:16 +00:00
Joel Brobecker
fb5f3683c3
* gdb.ada/Makefile.in (EXECUTABLES): Update list.
...
* gdb.ada/char_param.exp: Do not compile our test program with
-gnata, this is unnecessary.
* gdb.ada/char_param/pck.ads: Remove unnecessary "with".
2007-12-26 14:21:53 +00:00
Joel Brobecker
384e4a9cc2
* gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
...
gdb.ada/print_chars/foo.adb: New files.
* gdb.ada/print_chars.exp: New testcase.
2007-12-24 17:13:32 +00:00
Joel Brobecker
01e044f750
* gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
...
gdb.ada/char_param/foo.adb: New files.
* gdb.ada/char_param.exp: New testcase.
2007-12-24 07:57:00 +00:00
Jim Blandy
0ce17860b0
* gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
...
hard-coding source line numbers into the test.
* gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
gdb_get_line_number to find.
2007-12-22 06:44:28 +00:00
Joel Brobecker
919809b973
* gdb.base/ptype.c (highest): New struct type.
...
(the_highest): New variable of that type.
(main): Add dummy assignment to a field of variable the_highest.
* gdb.base/ptype.exp: Test type printing of our new variable.
2007-12-22 05:28:19 +00:00