aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10*** empty log message ***gdbadmin1-1/+1
2004-07-09Removed ada-tasks.c, as ACT plans to rewrite it extensively beforePaul N. Hilfinger1-1447/+0
submission.
2004-07-09Remove ARI problems:Paul N. Hilfinger4-61/+143
* ada-exp.y (write_var_from_sym): Reformat to put operator at beginning of line. * ada-lang.c (MAX_OF_SIZE): Rename max_of_size. Add comment. Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE. (MIN_OF_SIZE): Rename min_of_size. Add comment. (UMAX_OF_SIZE): Renmae umax_of_size. Add comment. (UMIN_OF_SIZE): Remove. (max_of_type): New function to replace orphan macro in gdbtypes.h (min_of_type): Ditto. (discrete_type_high_bound): Use max_of_type. (discrete_type_low_bound): Use min_of_type. (possible_user_operator_p): Move operator to beginning of line. (ada_is_variant_part): Ditto. (ensure_lval): Rewrite to avoid deprecated operations. (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr rather than adding DEPRECATED_FUNCTION_START_OFFSET. (ada_enum_name): Remove assignments in 'if' statements. (build_ada_types): Add gdbarch parameter. (_initialize_ada_language): Replace deprecated_register_gdbarch_swap with gdbarch_data_register_post_init. Use add_setshow_uinteger_cmd rather than add_set_cmd and add_show_from_set. * ada-valprint.c (inspect_it): Remove declaration. (repeat_count_threshold): Remove declaration. (ada_print_floating): Remove assignments in 'if' statements. (print_str): Move operator to beginning of line.
2004-07-09Fix @kindex entries so that multiple commands thatEli Zaretskii2-123/+68
have the same prefix have only their prefix in the index.
2004-07-09*** empty log message ***gdbadmin1-1/+1
2004-07-08* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.Jim Blandy2-8/+4
2004-07-082004-07-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+8
* gdb.java/jmain.exp: Fix expected line number for main to break at. Set XFAIL for break at main test since gcj does not provide line number info for first statement in main.
2004-07-082004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-385/+488
* gdb.base/attach.exp: Cleanup copyright. Re-indent.
2004-07-082004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-13/+18
* gdb.base/sigbpt.exp: Make the common part of each test name a prefix instead of suffix.
2004-07-08Fix crash in symtab.c.Bob Rossi2-11/+19
2004-07-08I added the testcase for -file-list-exec-source-files to mi2-file.exp.Bob Rossi3-14/+23
It should have been added to mi-file.exp. So, here it is.
2004-07-08*** empty log message ***gdbadmin1-1/+1
2004-07-072004-07-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-4/+10
* gdb.java/jmisc.exp: Fix expected output of ptype to look for the jmisc() constructor instead of <init>. * gdb.java/jmisc1.exp: Ditto.
2004-07-072004-07-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+8
* gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC.
2004-07-07*** empty log message ***gdbadmin1-1/+1
2004-07-062004-07-06 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-4/+9
* gdb.cp/templates.exp: Accept whitespace change in demangler output.
2004-07-062004-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston14-4/+128
* language.h (struct_language_defn): Add new function pointer: la_class_name_from_physname. Also add new prototype for language_class_name_from_physname. * language.c (language_class_name_from_physname): New function. (unk_lang_class_name): Ditto. (unknown_language_defn, auto_language_defn): Change to add unk_lang_class_name function pointer for la_class_name_from_physname. (local_language_defn): Ditto. * dwarf2read.c (guess_structure_name): Change to call language_class_name_from_physname. (determine_class_name): Ditto. * cp-support.c (class_name_from_physname): Renamed. (cp_class_name_from_physname): New name of function. * cp-support.h: Ditto. * c-lang.c (c_language_defn): Change to add NULL for class_name_from_physname function pointer. (cplus_language_defn): Change to add cp_class_name_from_physname. * jv-lang.c (java_class_name_physname): New function. (java_find_last_component): New static routine. (java_language_defn): Add java_class_name_from_physname pointer. * ada-lang.c (ada_language_defn): Change to add NULL for class_name_from_physname function pointer. * f-lang.c (f_language_defn): Ditto. * m2-lang.c (m2_language_defn): Ditto. * objc-lang.c (objc_language_defn): Ditto. * p-lang.c (pascal_language_defn): Ditto. * scm-lang.c (scm_language_defn): Ditto.
2004-07-062004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-0/+320
* gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
2004-07-062004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-1/+17
Patch from Bart Robinson. * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE. (O_LARGEFILE): Define to 0, if not defined.
2004-07-06*** empty log message ***gdbadmin1-1/+1
2004-07-05* gdb.texinfo (BSD libkvm Interface): New node (section)Mark Kettenis2-0/+46
(Native): Add it to the menu.
2004-07-05*** empty log message ***gdbadmin1-1/+1
2004-07-04*** empty log message ***gdbadmin1-1/+1
2004-07-03* m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,Mark Kettenis5-4/+78
<machine/pcb.h> and "bsd-kvm.h". (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined. (m68kbsd_supply_pcb): New function. (_initialize_m68kbsd_nat): New prototype and function. * Makefile.in (m68kbsd-nat.o): Update dependencies. * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable.
2004-07-03* bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.Mark Kettenis2-1/+5
2004-07-03* bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" andMark Kettenis3-2/+83
<sys/proc.h>. (bsd_kvm_cmdlist): New variable. (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions. (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb" command and "kvm proc" command. * Makefile.in (bsd-kvm.o): Update dependencies.
2004-07-03*** empty log message ***gdbadmin1-1/+1
2004-07-02* osabi.c: Update copyright year.Mark Kettenis2-5/+20
(generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific notes if EI_OSABI is set to ELFOSABI_HPUX.
2004-07-02Fix ChangeLog entry for the last change to i386-cygwin-tdep.c.Joel Brobecker1-1/+1
2004-07-022004-07-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-0/+17
* lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. * lib/compiler.cc: Likewise.
2004-07-02*** empty log message ***gdbadmin1-1/+1
2004-07-012004-07-01 Michael Snyder <msnyder@redhat.com>Michael Snyder3-105/+110
* win32-nat.c (core_dll_symbols_add): Re-indent a small section that seems to have gotten whacked out of line.
2004-07-01* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove deadMark Kettenis4-12/+10
code.
2004-07-01* ada-lang.c (decode_packed_array): Minor change to comment.Paul N. Hilfinger3-44/+63
(ada_value_slice_ptr): New function. (ada_value_slice): New function. (ada_evaluate_subexp): Remove XVS-suffix code from subscripting test. Don't know why it is there. Change slice code to use ada_value_slice_ptr and ada_value_slice, and to avoid dereferencing huge arrays from which one is slicing. (empty_array): Correct to return an array rather than a subrange value. * ada-valprint.c (print_optional_low_bound): Don't print lower bound on empty arrays (let'em use 'FIRST instead).
2004-07-01Address complaints from gdb_ari.sh:Paul N. Hilfinger6-12/+28
* ada-exp.y: Include gdb_string.h rather than string.h. (convert_char_literal): Reformat declaration. * ada-lang.h: Include opaque struct declaration for struct frame_info. * ada-lex.l: Change use of free to xfree (the macro would do so anyway, but this is harmless). Include gdb_string.h rather than string.h. * ada-valprint.c (ada_val_print_stub): Change PTR => void*. * ada-lang.c (parse): Remove K&Rism in parameter list. (is_name_suffix): Correct Linux => GNU/Linux in comment.
2004-07-01*** empty log message ***gdbadmin1-1/+1
2004-06-30* gdbint.texinfo (Target Architecture Definition): RemoveMark Kettenis2-4/+5
SUN_FIXED_LBRAC_BUG.
2004-06-30* dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: RemoveMark Kettenis2-76/+5
dead code.
2004-06-30* alphabsd-nat.c: Update copyright year.Mark Kettenis2-3/+8
(getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2004-06-302004-06-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-2/+22
* lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.
2004-06-30*** empty log message ***gdbadmin1-1/+1
2004-06-29 * i386-cygwin-tdep.c (i386-cygwin-tdep.c): New function.Joel Brobecker2-0/+23
(i386_cygwin_in_solib_call_trampoline): New function. (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline and skip_trampoline_code gdbarch methods.
2004-06-29 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessorCorinna Vinschen5-11/+71
directives to conditionalize symbol prefixing. * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin. * gdb.arch/i386-unwind.c: Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin.
2004-06-29* Makefile.in (gdb_callback_h): Renamed from callback_h to theJim Blandy2-1/+6
name actually used in the dependency lists.
2004-06-292004-06-29 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+5
* NEWS (New native configurations): Mention GNU/Linux/hppa.
2004-06-29 * win32-nat.c (child_pid_to_exec_file): New function.Corinna Vinschen3-0/+68
(init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file functionality.
2004-06-29fix scrambled changelogAndrew Cagney1-9/+0
2004-06-292004-06-28 Andrew Cagney <cagney@gnu.org>Andrew Cagney5-8/+43
* defs.h (xstrvprintf): Declare. * utils.c (xstrvprintf): New function. (internal_vproblem, xstrprintf, xasprintf) (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf. * serial.c (serial_printf): Ditto. * complaints.c (vcomplaint): Ditto.
2004-06-29 * infcmd.c (attach_command): Move call to target_terminal_inferiorCorinna Vinschen2-3/+8
behind loading symbol table.
2004-06-29 * gdb.base/bigcore.exp: Skip test on Cygwin.Corinna Vinschen2-1/+6