aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-05-19*** empty log message ***gdbadmin1-1/+1
2006-05-182006-05-18 Paul Gilliam <pgilliam@us.ibm.comPaul Gilliam2-1/+7
* solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
2006-05-18Reviewed and approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-7/+23
2006-05-18 Fred Fish <fnf@specifix.com> * gdb.base/a2-run.exp: Allow part of test to run when args aren't required. Check for spurious output after program exits normally.
2006-05-18*** empty log message ***gdbadmin1-1/+1
2006-05-17Suggested, reviewed, and approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-1/+6
2006-05-17 Fred Fish <fnf@specifix.com> * gdb.base/relocate.exp: Use gdb_file_cmd rather than gdb_load, so it works in the simulator.
2006-05-17 * dwarf2-frame.c: Include "value.h".Daniel Jacobowitz3-2/+16
(read_reg): Use unpack_long and register_type. * Makefile.in (dwarf2-frame.o): Update.
2006-05-17 * remote-rdp.c: Deleted.Daniel Jacobowitz7-1442/+17
* NEWS: Mention removal of remote-rdp.c. * Makefile.in (ALLDEPFILES): Remove remote-rdp.c. (remote-rdp.o): Delete. * README: Remove description of remote-rdp.c. * arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment. * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
2006-05-17*** empty log message ***gdbadmin1-1/+1
2006-05-16 * ser-e7kpc.c: Include <time.h> if it is available.Daniel Jacobowitz2-1/+9
2006-05-16 * version.in (version.in): Bump version number to 6.5.50 nowJoel Brobecker3-2/+12
that the gdb-6.5 branch has been created. * NEWS: Create a new section for changes that are included since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5" section.
2006-05-16gdb/ChangeLog:Jim Blandy2-0/+7
2006-05-16 Jim Blandy <jimb@codesourcery.com> * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted the Global Maintainers' invitation to be an authorized committer for the Modula-2 support.
2006-05-16*** empty log message ***gdbadmin1-1/+1
2006-05-15* ppcobsd-nat.c: Include "gdb_assert.h".Mark Kettenis5-11/+116
[PT_GETFPREGS] (getfpregs_supplies): New function. (ppcobsd_fetch_registers, ppcobsd_fetch_registers): Hanlde OS versions that have PT_GETFPREGS. (_initialize_ppcobsd_nat) [PT_GETFPREGS]: Initialize ppcobsd_fpreg_offsets. * ppcobsd-tdep.h (ppcobsd_fpreg_offsets, ppcobsd_fpregset): Declare. * ppcobsd-tdep.c (ppcobsd_fpreg_offsets, ppcobsd_fpregset): New variables. (_initialize_ppcobsd_tdep): Initialize ppcobsd_fpreg_offsets. * Makefile.in (ppcobsd-nat.o): Update dependencies.
2006-05-15 * configure.ac: Use GCC_HEADER_STDINT.Daniel Jacobowitz6-4780/+8160
* acinclude.m4: Include stdint.m4. * Makefile.in (gdb_stdint_h): Define. (distclean): Remove gdb_stdint.h. (Makefile, stamp-h): Update rules to generate only the correct files. (gdb_stdint.h, stamp-int): New rules. * config.in, configure: Regenerated.
2006-05-15 * valprint.c: Include "exceptions.h".Daniel Jacobowitz3-3/+21
(val_print): If something goes wrong while printing, supply an error message.
2006-05-152006-05-15 Peter O'Gorman <gdb-patches@mlists.thewrittenword.com>Daniel Jacobowitz3-5/+11
* source.c (get_current_source_symtab_and_line) (set_current_source_symtab_and_line): Use { 0 }. * cli/cli-cmds.c (list_command): Likewise.
2006-05-15(Algorithms): Correct spelling and punctuation.Nick Roberts1-57/+34
(Releasing GDB, Testsuite): Remove details for including DejaGnu.
2006-05-15*** empty log message ***Nick Roberts1-0/+5
2006-05-15*** empty log message ***gdbadmin1-1/+1
2006-05-14(gdbmi-send): Correct regexp for repeat commands.Nick Roberts1-17/+18
(gdbmi): Use new variable name gdb-pc-address. (gdbmi-frame-handler): Use new variable name gdb-pc-address. Check that a match has been found.
2006-05-14*** empty log message ***Nick Roberts1-0/+7
2006-05-14 * gdb.texinfo (General Query Packets): Recommend not startingDaniel Jacobowitz2-5/+13
new packets with qC and clarify.
2006-05-14*** empty log message ***gdbadmin1-1/+1
2006-05-13fixed spacing between name and email address.Gaius Mulley1-1/+1
2006-05-13removed lengthy descriptions about function modifications.Gaius Mulley1-6/+3
2006-05-13tidied up ChangeLog as per GNU Coding Standards.Gaius Mulley1-39/+36
2006-05-13split up another line in excess of 80 charactersGaius Mulley1-1/+2
2006-05-13tidied up ChangeLogs (80 character line width), added referenceGaius Mulley2-10/+13
to gaius@glam.ac.uk included into gdb/MAINTAINERS
2006-05-132006-05-13 Gaius Mulley <gaius@glam.ac.uk>Gaius Mulley8-16/+1341
* gdb/m2-lang.h: added function extern prototypes for m2_is_long_set and get_long_set_bounds. * gm2/m2-typeprint.c: This file has been completely replaced to reflect the Modula-2 syntax rather than call the c_print_type function. (m2_print_type): walk the Modula-2 type tree. (m2_type_name): added. (m2_range): added. (m2_typedef): added. (m2_array): added. (m2_pointer): added. (m2_ref): added. (m2_unknown): added. (m2_union): added. (m2_procedure): added. (m2_print_bounds): added. (m2_short_set): added. (m2_is_long_set): added. (m2_get_discrete_bounds): added. (m2_is_long_set_of_type): added. (m2_long_set): added. (m2_record_fields): added. (m2_enum): added. * gdb/dwarf2read.c: added ability to detect the language Modula-2 and handle SET and CHAR types. (read_set_type): added. (process_die): call read_set_type. (read_base_type): modifed signed/unsigned char handling for Modula-2. (set_cu_language): added Modula-2 case clause. * gdb/m2-valprint.c: complete replacement so that Modula-2 values are printed rather than call the C language routines. (print_function_pointer_address): added. (get_long_set_bounds): added. (m2_print_long_set): added. (print_unpacked_pointer): added. (print_variable_at_address): added. (m2_val_print): replaced.
2006-05-13*** empty log message ***gdbadmin1-1/+1
2006-05-12* ppcnbsd-tdep.h: Update copyright year. Include <stddef.h>Mark Kettenis7-293/+237
(ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg) (ppcnbsd_fill_fpreg): Remove prototypes. (struct regset): Add forward declaration. (ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations. * ppcnbsd-tdep.c: Update copyright year. Include "gdbtypes.h", "regset.h" and "gdb_string.h". Don't include "breakpoint.h", "value.h", target.h and nbsd-tdep.h". Reorder includes. (REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET) (REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG) (FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG): Remove macros. (ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg) (ppcnbsd_fill_fpreg): Remove functions. (fetch_core_registers, fetch_elfcore_registers): Remove functions. (ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables. (ppcnbsd_reg_offsets): New variable. (ppcnbsd_gregset, ppcnbsd_fpregset): New variables. (ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline introduced in NetBSD 2.0. (ppcnbsd_sigtramp): Provide complete signal trampoline. (ppcnbsd2_sigtramp): New variable. (ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to svr4_ilp32_fetch_link_map_offsets. Set regset_from_core_section. Add ppcnbs2_sigtramp unwinder. (_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns. Initialize ppcnbsd_reg_offsets. * ppcnbsd-nat.c: Update copyright year. Reorder includes. (getregs_supplies): Use regnum instead of regno. (getfpregs_supplies): Likewise. (ppcnbsd_fetch_inferior_registers): Likewise. Call ppc_supply_gregset and ppc_suppply_fpregset instead of ppcnbsd_supply_reg and ppcnbsd_supply_fpreg (ppcnbsd_store_inferior_registers): Likewise. Call ppc_collect_gregset and ppc_collect_fpregset instead of ppcnbsd_fill_reg and ppcnbsd_fill_fpreg. (ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'. (_initialize_ppcnbsd_nat): Add some whitespace. * Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies. * config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o. (NAT_FILE): Remove. * config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
2006-05-12*** empty log message ***gdbadmin1-1/+1
2006-05-112006-05-11 Alfred M. Szmidt <ams@gnu.org>Daniel Jacobowitz2-2/+12
* gnu-nat.c (inf_validate_procs): Don't use lvalue in assignments.
2006-05-11Reviewed and approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-1/+7
2006-05-11 Fred Fish <fnf@specifix.com> * gdb.base/bang.exp: Ignore unexpected output between the "program exited normally" and the gdb prompt, as many other tests do.
2006-05-11Reviewed and approved by Jim Blandy <jimb@codesourcery.com>Fred Fish2-0/+10
2006-05-11 Fred Fish <fnf@specifix.com> * symtab.c (skip_prologue_using_sal): Handle single line functions like "foo(){}", which may optimize down to a single return inst.
2006-05-11*** empty log message ***gdbadmin1-1/+1
2006-05-10 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): RemoveSteve Ellcey2-2/+7
message.
2006-05-10 * agentexpr.texi: Add a copyright and license notice.Daniel Jacobowitz3-1/+29
* observer.texi: Likewise, with GPL clause for function prototypes. Remove trailing whitespace.
2006-05-10*** empty log message ***gdbadmin1-1/+1
2006-05-09 * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.Andreas Schwab3-3/+99
(execute_cfa_program): Add parameter eh_frame_p. Call dwarf2_frame_eh_frame_regnum when true. (dwarf2_frame_cache): Pass eh_frame_p from fde to execute_cfa_program. (decode_frame_entry_1): Call dwarf2_frame_eh_frame_regnum when processing .eh_frame. Copy eh_frame_p to the new fde. (struct dwarf2_frame_ops): Add eh_frame_regnum. (dwarf2_frame_set_eh_frame_regnum): Define. (dwarf2_frame_eh_frame_regnum): Define. * dwarf2-frame.h (dwarf2_frame_set_eh_frame_regnum): Declare. (dwarf2_frame_eh_frame_regnum): Declare.
2006-05-09 * configure.srv (m68k*-*-uclinux*): New target.Nathan Sidwell5-1/+88
* linux-low.c (linux_create_inferior): Use vfork on mmuless systems. (linux_resume_one_process): Remove extraneous cast. (linux_read_offsets): New. (linux_target_op): Add linux_read_offsets on mmuless systems. * server.c (handle_query): Add qOffsets logic. * target.h (struct target_ops): Add read_offsets.
2006-05-09*** empty log message ***gdbadmin1-1/+1
2006-05-08*** empty log message ***gdbadmin1-1/+1
2006-05-07* gdb.base/help.exp: Make "delete checkpoint" part option forMark Kettenis2-2/+7
"help d" and "help delete" tests.
2006-05-07*** empty log message ***gdbadmin1-1/+1
2006-05-06 * linux-nat.c (linux_nat_do_thread_registers): Check forDavid S. Miller2-51/+38
NULL collect_regset method.
2006-05-06 * gdb.mi/mi-basics.exp: Add missing serial number toUlrich Weigand3-6/+12
expected output in some mi_gdb_test statements. * gdb.mi/mi2-basics.exp: Likewise.
2006-05-06 * s390-tdep.c (s390_collect_regset): New function.Ulrich Weigand2-3/+30
(s390_gregset, s390x_gregset, s390_fpregset): Add it.
2006-05-06Make LOC_OPTIMIZED_OUT the default value for a symbol.Nick Roberts1-1/+1
2006-05-06*** empty log message ***Nick Roberts1-0/+5