Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * somread.c (som_symtab_read): Remove some commented out code and | Jeff Law | 2002-03-27 | 1 | -21/+12 |
| | | | | | | | | | updated related comments. Do not set the minimal symbol table to mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope in a dynamic executable. * hppa-tdep.c (find_proc_framesize): Sanely handle the case where we are unable to find the minimal symbol for the given PC value. | ||||
* | * gdbarch.sh (copyright): Update years in generated header. | Richard Earnshaw | 2002-02-04 | 1 | -22/+8 |
| | | | | | | | | | | | | | (SMASH_TEXT_ADDRESS): Add rule. *gdbarch.h, gdbarch.c: Re-generate. * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS. * dbxread.c: Likewise. * dwarfread.c: Likewise. * elfread.c: Likewise. * somread.c: Likewise. * arm-tdep.c (arm_smash_text_address): New function. * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above. | ||||
* | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2002-01-08 | 1 | -0/+2 |
| | | | | | | | | * cp-valprint.c (cp_print_value): FIXME comment, alloca size. * p-valprint.c (pascal_object_print_value): Ditto. * somread.c (som_symtab_read): Ditto. * symfile.c (simple_free_overlay_region_table): Ditto. * valops.c (value_assign): Ditto. | ||||
* | mfree() -> xmfree(). | Andrew Cagney | 2001-12-02 | 1 | -1/+1 |
| | |||||
* | * coffread.c: Replace all occurrences of bfd_read with bfd_bread. | Alan Modra | 2001-09-20 | 1 | -3/+3 |
| | | | | | | | | | * dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise. | ||||
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
| | |||||
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, | J.T. Conklin | 2000-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, somread.c, tracepoint.c: Fix spelling errors in comments. * gdbarch.c: Regenerate. * gnu-nat.c (S_exception_raise_request): Fix typos and spelling errors in strings. * m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise. * mcore-tdep.c (mcore_analyze_prologue): Likewise. * mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise. * remote-e7000.c (e7000_start_remote): Likewise. * remote-rdp.c (handle_swi): Likewise. * remote-vx.c (vx_load_command): Likewise. * sh-tdep.c (sh_do_pseudo_register): Likewise. * sol-thread.c (td_err_string): Likewise. * symtab.c (decode_line_2): Likewise. ------------------------------------------------------------------- | ||||
* | 2000-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | * pa64solib.c (pa64_solib_load_symbols): Don't use ANOFFSET as an lvalue. * xcoffread.c (xcoff_symfile_offsets): Ditto * somsolib.c (som_solib_section_offsets): Ditto. * somread.c (som_symfile_offsets): Ditto. * rs6000-nat.c (vmap_symtab): Ditto. * remote-vx.c (vx_add_symbols): Ditto. * remote-os9k.c (rombug_wait): Ditto. | ||||
* | Protoization.gdb-post-protoization-2000-07-29 | Kevin Buettner | 2000-07-30 | 1 | -21/+10 |
| | |||||
* | PARAMS removal.gdb-post-params-removal-2000-05-28 | Kevin Buettner | 2000-05-28 | 1 | -19/+10 |
| | |||||
* | Cleanup discard_minimal_symbols cleanup. | Andrew Cagney | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-05-04 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Define as functions of OBJFILE. Add sect_index_text, sect_index_data, sect_index_rodata, sect_index_bss to objfile structure. * gdb-stabs.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS, SECT_OFF_RODATA): Remove. * objfiles.c (allocate_objfile): Initialize sect_index_{text,data,bss,rodata} to -1, for error detection. * symfile.c (default_symfile_offsets): Initialize sect_index_{text,data,bss,rodata} from bfd information. * xcoffread.c (xcoff_symfile_offsets): Ditto. * somread.c (som_symfile_offsets): Initialize sect_index_{text,data,bss,rodata}. * coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c, hp-symtab-read.c, hpread.c, mdebugread.c, minsyms.c, mipsread.c, objfiles.c, os9kread.c, pa64solib.c, partial-stab.h, remote-os9k.c, remote-vx.c, remote.c, rs6000-nat.c, somsolib.c, stabsread.c, symfile.c, xcoffread.c: Update use of SECT_OFF_{TEXT,DATA,BSS,RODATA} to depend on the current objfile. * xcoffread.c: Add new field objfile to find_targ_sec_arg. | ||||
* | 2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-04-21 | 1 | -1/+7 |
| | | | | | | | * win32-nat.c (handle_load_dll): Don't treat .text as a special section anymore. * somread.c (som_symfile_offsets): Ditto. * somsolib.c (som_solib_add_solib_objfile): Ditto. | ||||
* | import gdb-1999-10-04 snapshot | Jason Molenda | 1999-10-05 | 1 | -5/+5 |
| | |||||
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -10/+7 |
| | |||||
* | import gdb-1999-08-16 snapshot | Jason Molenda | 1999-08-16 | 1 | -28/+0 |
| | |||||
* | import gdb-1999-08-09 snapshot | Jason Molenda | 1999-08-09 | 1 | -7/+6 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -193/+200 |
| | |||||
* | import gdb-1999-06-07 snapshot | Jason Molenda | 1999-06-07 | 1 | -25/+1 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 1 | -0/+803 |