summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* 2001-02-28 Matt Hiller <hiller@redhat.com>Matthew Hiller2001-02-282-0/+5
| | | | * MAINTAINERS: Add Matt Hiller to Write After Approval list.
* 2001-02-27 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-02-282-1/+6
| | | | | * gdb.base/varargs.c (find_max_double): Fix printf format string: first arg is int not float.
* * generic/gdbtk-cmds.c (gdb_fetch_registers): MarkKeith Seitz2001-02-272-3/+10
| | | | | the result as generating a list only if it really does generate a list.
* remove conflict indicator.David Taylor2001-02-271-1/+0
|
* fix off by one error in test for error.David Taylor2001-02-272-1/+7
|
* * config/sparc/sp64linux.mt: New file.Andrew Cagney2001-02-275-0/+51
| | | | | | | * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target. * configure.host: Recognize sparc64-*-linux* as a linux host. From 2000-03-17 Jakub Jelinek <jakub@redhat.com>: * config/sparc/tm-sp64linux.h: New file.
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-2538-74/+123
|
* Mention how to cite GDB problem reports.Andrew Cagney2001-02-233-1/+17
|
* Mention gdbarch.sh and to not submit gdbarch.[ch].Andrew Cagney2001-02-232-0/+13
|
* 2001-02-22 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-02-232-10/+22
| | | | | * gdb.base/reread.exp: Unsupported for non-native targets; doesn't work for remote debugging.
* Move get_saved_register to frame.h.Andrew Cagney2001-02-223-5/+10
|
* Fix typo in my previously committed ChangeLog entry.Kevin Buettner2001-02-221-1/+1
|
* Made changes to shared library support and added more of the support neededKevin Buettner2001-02-2215-22/+471
| | | | for AIX/IA-64.
* * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".Eli Zaretskii2001-02-212-4/+13
|
* 2001-02-21 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-02-212-0/+118
| | | | | * TODO: New file. Initial version of the TODO file, as posted to the insight list circa October 2000.
* Enable new thread support for Linux/IA-64.Kevin Buettner2001-02-214-3/+29
|
* Fix printf fmt arguments.Andrew Cagney2001-02-212-10/+37
|
* Cleanup solib-aix5.c as suggested by J.T. Conklin.Kevin Buettner2001-02-202-70/+24
|
* Move frame specific register code to the new file frame.c.Andrew Cagney2001-02-204-201/+243
|
* * solib-aix5.c: New file.Kevin Buettner2001-02-202-0/+864
|
* 2001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-02-202-4/+7
| | | | | * solib.c (info_sharedlibrary_command): Don't assume pointers are the same size of long, call longest_local_hex_string_custom().
* 2001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-02-202-1/+8
| | | | | | * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so extract_signed_integer() should be called instead of extract_address().
* 2001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-02-202-1/+5
| | | | * MAINTAINERS: Add Martin Hunt to Write After Approval list.
* When the target h/w has 8byte registers, return 8 bytes for the raw buffer sizeAndrew Cagney2001-02-202-0/+11
| | | | (from jim kingdon).
* Remove cvs conflict indicator.Elena Zannoni2001-02-201-1/+0
|
* 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-02-202-3/+10
| | | | | * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to accomodate 64-bit addresses.
* 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2001-02-202-2/+9
| | | | | | | From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de> * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not lookup_symbol, when trying to find a symbol with a mangled name, to avoid infinite recursion.
* TODO Tweeks.Andrew Cagney2001-02-192-4/+13
|
* * arm-tdep.c (check_prologue_cache): Fix off by 1 error.Jonathan Larmour2001-02-192-2/+7
| | | | (save_prologue_cache): Ditto.
* 2001-02-19 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-02-192-1/+10
| | | | | | From Drew Moseley <dmoseley@redhat.com> * gdb.base/ending-run.exp: Properly handle the BSP state when stepping past the end of main.
* 2001-02-19 John Moore <jmoore@redhat.com>Michael Chastain2001-02-192-18/+12
| | | | | | * gdb.base/commands.exp (infrun_breakpoint_command_test): Converted HPUX fix for non-expected items following multiple step commands into general solution for all platforms.
* 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2001-02-192-1/+7
| | | | | | From: innadadadavida@yahoo.com: * partial-stab.h (switch): Check that pst is not null before dereferencing it.
* 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2001-02-192-2/+8
| | | | | | From Andrew Cagney <cagney@b1.cygnus.com>: * symfile.c (add_symbol_file_command): Always initialize my_cleanup using a NULL cleanup.
* * demangle.c (demangling_style_names): New variable.Eli Zaretskii2001-02-199-40/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | (_initialize_demangler): Fill demangling_style_names with the names of known demangling styles from libiberty_demanglers[]. Use add_set_enum_cmd instead of add_set_cmd, to get completion on demangling style names. * proc-api.c (_initialize_proc_api): Make `procfs-file' use file-name completion. * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'. * solib.c (_initialize_solib): Ditto for `solib-search-path' and `solib-absolute-prefix'. * tracepoint.c (_initialize_tracepoint): Ditto for `save-tracepoints'. * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'. * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use file-name completion. * infcmd.c (_initialize_infcmd): Make the following commands use the file-name completer: `tty', `args', `path', `paths', and `run'.
* 2001-02-18 Michael Chastain <chastain@redhat.com>Michael Chastain2001-02-183-5/+13
| | | | | | | | * gdb.c++/classes.exp (do_tests): Change runto statements from "runto 'foo(void)'" to "runto 'foo'". This makes the statements demangler agnostic. * gdb.c++/virtfunc.exp (do_tests): Likewise. (gdb_virtfunc_restart): Likewise.
* * go32-nat.c: Include i387-nat.h.Eli Zaretskii2001-02-184-58/+40
| | | | | | | | | | | | | (fetch_register): New function, uses some of the guts of go32_fetch_registers and i387_supply_register. (go32_fetch_registers): Most of the code moved into fetch_register. Use i387_supply_fsave. (store_register): Use i387_fill_fsave instead of custom code. (go32_store_registers): Use i387_fill_fsave. * Makefile.in (go32-nat.o): Depend on i387-nat.h. * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
* 2001-02-14 Michael Chastain <chastain@redhat.com>Michael Chastain2001-02-182-3/+9
| | | | | | * gdb.c++/inherit.exp (do_tests): Change runto statements from "runto 'foo(void)'" to "runto 'foo'". This makes the statements demangler agnostic.
* * completer.c (gdb_completer_file_name_break_characters): RemoveEli Zaretskii2001-02-182-7/+46
| | | | | | | | slash from file-name break characters. [__MSDOS__]: Special definition for DOS/Windows file names. (line_completion_function): When completing on file names, bump `p' to the first file-name constituent character of `word', before invoking the completer.
* * i387-nat.c: Include "i387-nat.h". Use regnum instead of regnoMark Kettenis2001-02-173-39/+65
| | | | | | | | | consistently for parameter names. Fix comments accordingly. (i387_supply_register): New function. (i387_supply_fsave): Implement using i387_supply_register. * i387-nat.h: Use regnum instead of regno consistently for parameter names. Fix comments accordingly. (i387_supply_register): New prototype.
* 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-02-162-1/+7
| | | | | * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT instead of TARGET_PTR_BIT (to support Harvard architectures).
* From Paul Hilfinger. Add attribs param to hpux_thread_xfer_memory.Andrew Cagney2001-02-162-2/+11
|
* Move hardware stuff to not 5.1 - changelog already committed.Andrew Cagney2001-02-161-20/+20
|
* Obvious fix.Michael Chastain2001-02-161-1/+1
| | | | I wrote "gdb/somsolib.c" in ChangeLog. Should be "somsolib.c".
* 2001-02-12 Michael Chastain <chastain@redhat.com>Michael Chastain2001-02-162-6/+29
| | | | | | | * gdb/somsolib.c (som_solib_add_solib_objfile): Do not use section relocation feature of syms_from_objfile. Do my own section relocation, offsetting each section of the som by either text_addr - text_link_addr or data_start.
* Move hardware bug out of 5.1Andrew Cagney2001-02-161-0/+4
|
* Update paper trail list.Andrew Cagney2001-02-162-4/+11
|
* * target.h (target_fetch_registers): Fix comment.Mark Kettenis2001-02-162-1/+5
|
* Simplify code parsing integers and, in process fix a -Wuninitialized warning.Andrew Cagney2001-02-162-16/+21
|
* Make thread messages more consistent in pass/fail cases.Andrew Cagney2001-02-152-6/+19
|
* * MAINTAINERS: Add myself to paper trail section.Jim Kingdon2001-02-152-3/+8
|