aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-03-22* win32-nat.c (child_create_inferior): Check for proper shell to use here, inChristopher Faylor3-46/+32
case the user changes it on the fly. (_initialize_inftarg): Remove shell path considerations.
2002-03-222002-03-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+9
* rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value for gdbarch_max_register_raw_size and max_register_virtual_size. Adjust copyright year.
2002-03-22*** empty log message ***gdbadmin1-1/+1
2002-03-212002-03-21 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+28
* dbxread.c (process_one_symbol): Extend the first N_SLINE in a function to cover the entire beginning of the function as well if it does not already.
2002-03-21Rename ptrace32 and ptrace64 to fix build problem with Aix 5.1Tom Rix2-18/+23
2002-03-212002-03-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-2/+13
* regcache.c (_initialize_regcache): No need to call build_regcache() at this time; it gets called whenever the gdbarch changes.
2002-03-212002-03-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-12/+2
* gdbserver/remote-utils.c (remote_open): Don't call getprotobyname, we're all using TCP here so just use IPPROTO_TCP. * gdbserver/gdbreplay.c (remote_open): Ditto.
2002-03-212002-03-20 David O'Brien <obrien@FreeBSD.org>David O'Brien2-0/+7
* sparc-nat.c: Include sys/param.h where possible. Approved by: Michael Snyder <msnyder@redhat.com> Message-ID: <3C98FF43.46ABDC1C@redhat.com>
2002-03-212002-03-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-3/+57
Fix PR gdb/422. * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX, FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX. * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for complex types. * stabsread.c (rs6000_builtin_type): Likewise. (read_sun_floating_type): Likewise.
2002-03-21*** empty log message ***gdbadmin1-1/+1
2002-03-20*** empty log message ***gdbadmin1-1/+1
2002-03-19 * stabsread.c (read_member_functions): Remove skip code for duplicatePeter Schauer2-44/+31
constructor/destructor methods. Use standard parsing for these methods and just do not chain them to the list of methods after parsing.
2002-03-19* coffread.c: Remove redundant static declarations. ReplaceAlexandre Oliva8-131/+54
occurrences of `PTR' with `void *'. * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise. * top.h (quit_cover): Likewise. * defs.h (catch_errors): Likewise.
2002-03-192002-03-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+17
* symfile.c (syms_from_objfile): Return immediately if no syms. (symbol_file_add): Return immediately if no syms. (find_sym_fns): Return immediately if no syms.
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney25-107/+83
* gdb-events.sh (XMALLOC): Delete macro. * gdb-events.c, gdb-events.h: Regenerate. * gdbarch.sh (XMALLOC): Delete macro. * gdbarch.c: Regenerate. * serial.c (XMALLOC): Delete macro. * ui-file.c (XMALLOC): Ditto. * ser-unix.h (XMALLOC): Ditto. * sh-tdep.c (XMALLOC): Ditto. * ui-out.c (XMALLOC): Ditto. * utils.c (XMALLOC): Ditto. * i386-tdep.c (XMALLOC): Ditto. * gdb-events.c (XMALLOC): Ditto. * d10v-tdep.c (XMALLOC): Ditto. * cli-out.c (XMALLOC): Ditto. * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright. * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto. * ui-file.c, ui-out.c: Ditto.
2002-03-19s/@example/@smallexample/Andrew Cagney3-347/+352
2002-03-19* command.h (struct cmd_list_element): Add field context.Andrew Cagney4-0/+38
(set_cmd_context, get_cmd_context): Declare. * cli/cli-decode.h: Ditto. * cli/cli-decode.c (get_cmd_context): New function. (set_cmd_context): New function. (add_cmd): Initialize context. Part of fixing PR gdb/145 and PR gdb/146.
2002-03-19*** empty log message ***gdbadmin1-1/+1
2002-03-18* gdbint.texinfo (Releasing GDB): Add section ``Versions andAndrew Cagney2-0/+105
Branches''.
2002-03-18* gdbint.texinfo (Releasing GDB): Add the section``Branch CommitAndrew Cagney2-0/+36
Policy''.
2002-03-18* cli/cli-decode.c (cmd_type): New function.Andrew Cagney6-11/+74
* command.h (cmd_type): Declare. * infrun.c (set_schedlock_func): Call function cmd_type. * kod.c (kod_set_os): Call cmd_type. * cris-tdep.c (cris_version_update): Use function cmd_type. (cris_mode_update, cris_abi_update): Ditto.
2002-03-18*** empty log message ***gdbadmin1-1/+1
2002-03-17* command.h: (execute_cmd_post_hook): Declare.Andrew Cagney5-20/+61
(execute_cmd_pre_hook): Declare. * cli/cli-script.c (clear_hook_in_cleanup): New function. (execute_cmd_post_hook, execute_cmd_pre_hook): New functions. Execute pre/post hook while ensuring that afterwords hook_in is cleared. * top.c (execute_command): Use execute_cmd_post_hook, and execute_cmd_pre_hook to execute pre/post commands. * infrun.c (normal_stop): Pass stop_command and not pre_hook to hook_stop_stub. (hook_stop_stub): Call execute_cmd_pre_hook.
2002-03-17* kod.c (kod_set_os): Revert previous change. Is called by ``infoAndrew Cagney2-1/+17
set'' and this leads to a core dump. Move xstrdup of operating_system to after check that it is not NULL.
2002-03-17* kod.c (kod_set_os): Remove unnecessary check thatAndrew Cagney2-3/+3
``command->type'' is set_cmd.
2002-03-17* valprint.c (set_input_radix): Use input_radix.Andrew Cagney2-2/+13
(set_output_radix): Use output_radix. (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix isn't reverted.
2002-03-17fix tipoAndrew Cagney2-2/+4
2002-03-17* value.h (struct value): Delete field ``substring_addr''. ChangeAndrew Cagney2-11/+10
aligner fields to force_doublest_align, force_longest_align, force_core_addr_align and force_pointer_align.
2002-03-17*** empty log message ***gdbadmin1-1/+1
2002-03-16 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,Peter Schauer2-0/+6
to fix internal_error from ``maintenance print architecture''.
2002-03-16 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field typePeter Schauer2-1/+19
for gcc versions after gcc-2.8.1.
2002-03-16 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointerPeter Schauer2-8/+16
for method resolution. Restore adjustment of ``this'' pointer after calling value_struct_elt, which was accidentally removed during the HP merge.
2002-03-16* eval.c (evaluate_subexp_standard): Pass ``selected_frame'' toAndrew Cagney4-10/+18
value_of_register. * findvar.c (value_of_register): Add ``frame'' parameter. Pass to get_saved_register. * value.h (value_of_register): Update.
2002-03-16*** empty log message ***gdbadmin1-1/+1
2002-03-15 * configure.in: Detect declaration for canonicalize_file_name.Richard Henderson5-413/+467
* utils.c (canonicalize_file_name): Declare, if needed. (gdb_realpath): Prefer realpath if available and usable. * config.in, configure: Rebuild.
2002-03-15*** empty log message ***gdbadmin1-1/+1
2002-03-14 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 asRichard Henderson2-2/+11
a constant array bound.
2002-03-14Add myself to write-after-approval.Richard Henderson1-0/+1
2002-03-14*** empty log message ***gdbadmin1-1/+1
2002-03-13 * gdbserver/remote-util.c (remote_open): Print remote-side'sMichal Ludvig2-3/+11
IP address when remote debugging over the network.
2002-03-13What was I thinking....David O'Brien3-38/+43
2002-03-12 David O'Brien <obrien@FreeBSD.org> * config/sparc/fbsd.mh: Fix copyright. * config/sparc/fbsd.mt: Likewise.
2002-03-13*** empty log message ***gdbadmin1-1/+1
2002-03-12*** empty log message ***gdbadmin1-1/+1
2002-03-11* MAINTAINERS: Fix typo in name of gdb warnings option.Richard Earnshaw2-2/+7
(x86-64): Fix formating so that this can be parsed by awk.
2002-03-11gdb/:Daniel Jacobowitz3-208/+10
2002-03-10 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h. * defs.h: Include "gdb/signals.h". (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h. include/gdb: 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * signals.h: New file, split from gdb/defs.h.
2002-03-11*** empty log message ***gdbadmin1-1/+1
2002-03-10 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.cMichal Ludvig3-12/+18
* x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here from x86-64-tdep.h
2002-03-102002-03-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-44/+177
Don Howard <dhoward@redhat.com> * mips-tdep.c (ST0_FR): Define. (mips2_fp_compat): New function, temporarily disabled. (mips_read_fp_register_single): New function. (mips_read_fp_register_double): New function. (mips_print_register): Use them. (do_fp_register_row): Likewise.
2002-03-10This is a duplicate of an entry I made in testsuite/ChangeLog.Michael Chastain1-0/+6
I overlooked that testsuite/gdb.mi/ChangeLog has its own ChangeLog. I'm leaving the testsuite/ChangeLog entry in place (ChangeLogs are permanent), and adding this one where it belongs. 2002-03-04 Michael Chastain <mec@shout.net> * mi-var-cmd.exp: In test "create local variable func", accommodate gcc v3 function signature. * mi0-var-cmd-exp: Ditto.
2002-03-10* MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write afterAndrew Cagney2-0/+7
approval''.