aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-30* gdbarch.sh (gdbarch_alloc): Name the new architectureAndrew Cagney3-84/+103
``current_gdbarch'' so that it, and not the identically named global is refered to by macros. * gdbarch.c: Regenerate.
2001-09-30* cli/cli-decode.c (add_set_boolean_cmd): Define.Andrew Cagney5-4/+42
* cli/cli-decode.h (add_set_boolean_cmd): Declare. * command.h (add_set_boolean_cmd): Ditto. * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set remotebreak"
2001-09-30*** empty log message ***gdbadmin1-1/+1
2001-09-29* gdbarch.sh (gdbarch_dump): Sort output.Andrew Cagney3-1046/+860
* gdbarch.c: Regenerate.
2001-09-29* rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previousAndrew Cagney2-7/+9
architecture to infer the wordsize. Previous architecture may not be a PowerPC.
2001-09-29*** empty log message ***gdbadmin1-1/+1
2001-09-28 * tuiLayout.h (tui_set_layout): Don't declare.Tom Tromey3-3/+8
* tui.h (tui_vAddWinToLayout): Don't declare. (tui_vSetLayoutTo): Likewise. (tui_set_layout): Declare.
2001-09-28 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2Corinna Vinschen2-1/+6
check to allow additional `int'.
2001-09-28*** empty log message ***gdbadmin1-1/+1
2001-09-272001-09-20 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+37
Changes by Daniel Berlin <dan@cgsoftware.com>, to support better parsing of const and volatile type expressions. * c-exp.y (const_and_volatile, const_or_volatile_noopt, const_or_volatile): New non-terminals. (ptype): Use new rule for const_or_volatile. (typebase): Use new rule for const_or_volatile_noopt. * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile. * parse.c (follow_types): Handle tp_const and tp_volatile on the type stack: call make_cv_type to create new const/volatile type.
2001-09-27 * gdb.base/completion.exp: Remove incorrect 'p "a' test.Daniel Jacobowitz2-9/+57
Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2001-09-272001-09-27 Michael Snyder <msnyder@redhat.com>Michael Snyder4-103/+153
* lib/gdb.exp (test_debug_format): New proc. (setup_xfail_format): Use new proc test_debug_format. * gdb.base/constvars.exp (local_compiler_xfail_check): New proc; use new service proc test_debug_format. Replace all other "gcc_compiled" tests with this test. * gdb.base/volatile.exp (local_compiler_xfail_check): New proc; use new service proc test_debug_format. Replace all other "gcc_compiled" tests with this test.
2001-09-272001-09-20 Michael Snyder <msnyder@redhat.com>Michael Snyder2-18/+27
Changes by Daniel Berlin <dan@cgsoftware.com>, to support better parsing of const and volatile type expressions. * c-exp.y (const_and_volatile, const_or_volatile_noopt, const_or_volatile): New non-terminals. (ptype): Use new rule for const_or_volatile. (typebase): Use new rule for const_or_volatile_noopt. * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile. * parse.c (follow_types): Handle tp_const and tp_volatile on the type stack: call make_cv_type to create new const/volatile type.
2001-09-272001-09-21 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+8
* c-exp.y (typebase): Accept (signed long long) as a type expr.
2001-09-27Document changes in infttrace.c (for HPUX 11.00).Joel Brobecker1-0/+8
2001-09-27kill_inferior: Issue a TT_PROC_EXIT request rather than a TT_PROC_STOPJoel Brobecker1-11/+2
request to kill the inferior and its child processes. Otherwise, the inferior is not killed on HPUX 11.0. Removed the code that detaches the child processes since we just killed them.
2001-09-27*** empty log message ***gdbadmin1-1/+1
2001-09-26Add framework for ``set/show serial ...''.Andrew Cagney2-0/+38
2001-09-26* CONTRIBUTE: Update.Andrew Cagney2-49/+23
2001-09-26 * gdb.base/constvars.exp: Check for different orders of keywordsCorinna Vinschen2-22/+27
and additional "int" strings in output.
2001-09-26Use gdbarch data mechanism instead of gdbarch swap mechanism to manageKevin Buettner3-61/+96
the fetching of architecture specific link map offsets.
2001-09-26*** empty log message ***gdbadmin1-1/+1
2001-09-25fix of my email addressJiri Smid1-1/+1
2001-09-25* x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.Jiri Smid2-2/+10
(x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)' by LINUX_SIGINFO_SIZE.
2001-09-25* maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): NewAndrew Cagney4-1/+78
variables. (maintenance_set_profile_cmd): New function. (maintenance_show_cmd, maintenance_set_cmd): New functions. (_initialize_maint_cmds): Add "maintenance set" and "maintenance show" and, commented out, "maintenance set/show profile" commands.
2001-09-25*** empty log message ***gdbadmin1-1/+1
2001-09-24* findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARGAndrew Cagney2-18/+30
convert the pointer into a CORE_ADDRs.
2001-09-24* doublest.h (store_floating, extract_floating): Add commentAndrew Cagney6-10/+64
indicating these functions are deprecated. (extract_typed_floating, store_typed_floating): Declare. * doublest.c: Include "gdbtypes.h". (extract_typed_floating, store_typed_floating): Define. * stabsread.c (define_symbol): Use store_typed_floating. * valarith.c (value_binop): Ditto. * values.c (unpack_long): Use extract_typed_floating. (unpack_double): Ditto.
2001-09-242001-09-24 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-1/+6
* cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1 from correct register.
2001-09-24*** empty log message ***gdbadmin1-1/+1
2001-09-23*** empty log message ***gdbadmin1-1/+1
2001-09-22*** empty log message ***gdbadmin1-1/+1
2001-09-21* x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.Mark Kettenis2-3/+4
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid1-0/+17
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * i386-tdep.h: New file. * i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid9-1/+1886
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* i386-tdep.h: New file.Jiri Smid3-0/+80
* i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+9
* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare. (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.Jiri Smid1-17/+34
(i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+1
2001-09-21*** empty log message ***gdbadmin1-1/+1
2001-09-20Make set_solib_svr4_fetch_link_map_offsets() work as intended.Kevin Buettner2-2/+41
2001-09-20 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.Alan Modra8-30/+41
* dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise.
2001-09-20*** empty log message ***gdbadmin1-1/+1
2001-09-19* cris-tdep.c (cris_get_signed_offset): Change return type to anAndrew Cagney2-2/+5
explicitly signed char.
2001-09-19* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): UpdateAndrew Cagney3-4/+9
function signature to match recent tracepoint.c:encode_actions changes. * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2001-09-19* approved by kseitzFrank Ch. Eigler2-1/+7
2001-09-19 Frank Ch. Eigler <fche@redhat.com> * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY to localhost:NNN instead of :NNN, in case Xvfb is listening only on TCP.
2001-09-19 * gdb.base/recurse.exp: When checking leaving the watchpointCorinna Vinschen2-2/+28
scope, recognize when gdb is in function's epilogue and pass.
2001-09-19 * lib/insight-support.exp (_gdbtk_export_target_info): AddKeith Seitz2-0/+23
support for running tests against sid targets. (gdbtk_done): Ditto.
2001-09-19*** empty log message ***gdbadmin1-1/+1
2001-09-18 * gdb.base/ending-run.c (main): Set stdout buffersizeCorinna Vinschen3-1/+12
to the same reasonable value for any target. * gdb.base/ending-run.exp: Add a regular expression to make testsuite happy on Sanyo Stormy16 target.