Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-11-26 | Check the abbrev offset found in the .debug_info section before using | Andrew Cagney | 2 | -2/+22 | |
it. | |||||
1997-11-25 | Add tm-fbsd.h | Andrew Cagney | 1 | -0/+1 | |
1997-11-25 | Flush ser-go32-para.c, never worked and never used. | Stan Shebs | 3 | -280/+3 | |
1997-11-25 | Handle case where sizeof long != sizeof int when examining a union. | Andrew Cagney | 1 | -0/+28 | |
1997-11-24 | Mon Nov 24 14:17:02 1997 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 1 | -0/+6 | |
* infcmd.c: export registers_info, for use by other modules. * printcmd.c: export output_command, for use by other modules. * stack.c: export locals_info and args_info, for use by other modules. | |||||
1997-11-24 | A ton of my most recent changes, mostly to add post-mortem data analysis, | Michael Snyder | 1 | -341/+852 | |
plus some better error checking and reporting. Still not publically visible (not mentioned in the makefile or changelog). | |||||
1997-11-24 | Some early changes by Keith Seitz to support the Tcl/Tk GUI. | Michael Snyder | 2 | -22/+46 | |
Note: these files are still not publically visible; just keeping their history at this point. | |||||
1997-11-24 | Create CVS files tracepoint.c and tracepoint.h. This is new work, | Michael Snyder | 3 | -1/+1964 | |
not yet ready for public release, so no changelog entry yet (and I'm sanitizing the files out). Just want to get them into the repository for now, so I can begin keeping their history. Not checking in the Makefile change that would cause them to be built and linked. | |||||
1997-11-24 | Add function print_decimal to handle display of long long decimal | Andrew Cagney | 2 | -0/+30 | |
values on hosts with long-long but no "%ll". | |||||
1997-11-24 | Improve GDB support for FreeBSD host/target. | Andrew Cagney | 7 | -137/+260 | |
To configure.in: make PRINTF_HAS_LONG_LONG check more pedantic; check that SCANF_HAS_LONG_DOUBLE instead of assuming PRINTF_HAS_LONG_DOUBLE implies it; document. | |||||
1997-11-24 | Pass architecture from ``set arch MACH'' command into disasembler | Andrew Cagney | 2 | -30/+229 | |
through tm_print_insn_info.mach argument. Delete x86 specific set assembler command, subsumed by replaced with ``set arch'' | |||||
1997-11-24 | Have mips64vr5400-*-elf look like a mips64vr5000. | Andrew Cagney | 2 | -0/+11 | |
1997-11-22 | *** empty log message *** | Jim Blandy | 1 | -0/+10 | |
1997-11-22 | * valops.c (call_function_by_hand): If the function has a | Jim Blandy | 1 | -4/+14 | |
prototype, convert its arguments as if by assignment. Otherwise, do the usual promotions. * stabsread.c (define_symbol): Set the TYPE_FLAG_PROTOTYPED flag on functions' types when we can; all C++ functions should get it, and if the Sun-style prototype notation is in the stabs, we can notice that. | |||||
1997-11-21 | * aclocal.m4 (AM_CYGWIN32, AM_EXEEXT): Remove. They are already | Ian Lance Taylor | 3 | -175/+161 | |
defined by the inclusion of ../bfd/aclocal.m4. * configure: Rebuild. | |||||
1997-11-21 | tabify changelog | Michael Meissner | 1 | -4/+4 | |
1997-11-21 | Really do SHELL = /bin/sh change Noer wanted to do | Michael Meissner | 1 | -0/+4 | |
1997-11-21 | Fri Nov 21 02:19:57 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -0/+5 | |
* Makefile.in: also revert SHELL change until configury changes work | |||||
1997-11-21 | * sparc-tdep.c (sparc_pc_adjust): Don't assume sizeof (long) == 4. | Doug Evans | 1 | -0/+4 | |
1997-11-20 | Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -1/+3 | |
* Makefile.in: pepper with EXEEXTs in appropriate places, set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh For some reason, EXEEXT isn't getting substututed in correctly so for now, set EXEEXT to empty string | |||||
1997-11-20 | Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 5 | -123/+214 | |
* aclocal.m4: add EXEEXT setting rule * configure.in: call it * configure: regenerate * Makefile.in: pepper with EXEEXTs in appropriate places, set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh | |||||
1997-11-17 | * Makefile.in (remote-sim.o): Depend on $(INCLUDE_DIR)/callback.h. | Doug Evans | 2 | -68/+6 | |
1997-11-14 | * jv-exp.y (copy_exp, insert_exp): Avoid ANSI prototypes. | Jeff Law | 2 | -3/+23 | |
1997-11-13 | fix spacing | Michael Meissner | 1 | -1/+1 | |
1997-11-13 | Add comment about code that is actually d10v specific instead of d30v | Michael Meissner | 1 | -0/+6 | |
1997-11-13 | Add info command to print out flags values | Michael Meissner | 2 | -2/+55 | |
1997-11-10 | * valprint.c (print_longest): The b, h, w, and g format specifiers | Ian Lance Taylor | 1 | -0/+5 | |
print unsigned values. | |||||
1997-11-05 | Tue Nov 4 16:52:50 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -1/+7 | |
* config/i386/cygwin32.mh: because cygwin.dll calls malloc/realloc to allocate memory for environ space, gdb cannot use memory checks -- set -DNO_MMCHECK | |||||
1997-11-04 | *** empty log message *** | Jim Blandy | 1 | -0/+6 | |
1997-11-04 | * jv-exp.y (ArrayAccess): Implement Name [ Expression ]; check the | Jim Blandy | 1 | -4/+71 | |
code to see why this is not trivial. (copy_exp, insert_exp): New functions. | |||||
1997-11-01 | * dwarf2read.c (dwarf2_build_psymtabs_hard): Handle the case | Dawn Perchik | 2 | -4/+21 | |
where a compilation unit die has no children (DW_TAG_compile_unit has DW_children_no). (scan_partial_symbols): Add comment for nesting_level. | |||||
1997-10-30 | * configure.tgt: Add tx49 configury based on 4300. | Gavin Romig-Koch | 1 | -0/+6 | |
1997-10-29 | * include/opcode/mips.h (INSN_4900): Added. | Gavin Romig-Koch | 1 | -0/+27 | |
1997-10-29 | * configure.tgt: Add tx49 configury based on 4300. | Gavin Romig-Koch | 1 | -0/+4 | |
1997-10-29 | add Solaris 2.6 entry to solib_break_names list -- closes gdb/13689 | David Taylor | 1 | -0/+5 | |
change from Casper Dik via Peter Schauer. | |||||
1997-10-24 | fix for PR 13618 -- gdb incorrectly reports thread information. | David Taylor | 4 | -0/+53 | |
If other systems besides nm-sun4sol2 exhibit the problem, they may need definitions of FIND_NEW_THREADS and a corresponding support function. | |||||
1997-10-23 | * dbxread.c (process_one_symbol): Put back initialization | Jeff Law | 2 | -3/+13 | |
of a variable lost during last change. Don't perform assignment inside conditionals. * stabsread.c (symbol_reference_defined): Return -1 for error/not found. All callers changed appropriately. (define_symbol): Don't perform assignment inside conditionals. | |||||
1997-10-22 | * mdebugread.c (psymtab_to_symtab_1): Handle new live range stabs | Jeff Law | 5 | -149/+176 | |
entries. * dbxread.c: More comment cleanups. * stabsread.c: Fix various violations of the GNU coding and formatting standards. Update/add comments to make code clearer. (resolve_reference): Delete unused function. (ref_search_val): Remove function. It didn't belong in stabsread.c (resolve_live_range): No longer returns a value. Do not add it to the live range list until the entire range stab has been parsed. (get_substring): Remove duplicate declaration. (resolve_symbol_reference): Now static. Remove unnecessary code to deal with cleanups. (ref_add): Use xrealloc instea of realloc. (process_reference): Reorganize slightly to make clearer. * stabsread.h (resolve_symbol_reference): Remove declaration. (resolve_reference): Likewise. * symtab.c (find_active_alias): New function. (lookup_block_symbol): Use find_active_alias. * symtab.h (struct range_list): Fix dangling struct live_range reference. (ref_search_val): Remove decl. * symtab.h (struct range_list): Renamed from struct live_range. (struct symbol): Remove struct live_range_info substruct. Bring the alias list and range list fields up to the toplevel as "aliases" and "ranges". (SYMBOL_ALIASES, SYMBOL_RANGES): Corresponding changes. (SYMBOL_RANGE_START, SYMBOL_RANGE_END, SYMBOL_RANGE_NEXT): Delete. * stabsread.c: Corresponding changes. Bring first round of cleanups over from r5900 branch. | |||||
1997-10-22 | More comment fixes to make the code clearer. | Jeff Law | 1 | -1/+6 | |
1997-10-22 | * dbxread.c: Fix various violations of the GNU coding and | Jeff Law | 2 | -23/+65 | |
formatting standards. Update/add comments to make code clearer. (process_later): Use xrealloc instead of realloc. | |||||
1997-10-22 | Minor comment fix. | Jeff Law | 1 | -2/+1 | |
1997-10-22 | * symtab.c: Include inferior.h. | Jeff Law | 2 | -2/+5 | |
Brought over from r5900 branch. | |||||
1997-10-21 | * ch-exp.c: Rename FIELD_NAME to DOT_FIELD_NAME (to avoid conflict). | Per Bothner | 2 | -5/+9 | |
1997-10-17 | * infcmd.c: Improve grammar of "set args" help. | Stan Shebs | 1 | -0/+4 | |
1997-10-16 | Make decl of sds_load static | Michael Meissner | 2 | -1/+5 | |
1997-10-15 | * sparc/tm-sparc.h (STORE_STRUCT_RETURN): Change to handle --enable-64-bit-bfd. | David Edelsohn | 1 | -0/+1 | |
1997-10-15 | (STORE_STRUCT_RETURN): Change to handle --enable-64-bit-bfd. | David Edelsohn | 1 | -1/+3 | |
1997-10-15 | * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Mask off displacement | David Edelsohn | 2 | -1/+7 | |
to 30 bits in call insn to handle --enable-64-bit-bfd. | |||||
1997-10-15 | Bring over from r5900 branch. | Jeff Law | 2 | -6/+30 | |
1997-10-09 | Added MIPS16 PC masking for disassembly. See PR 12149. | Frank Ch. Eigler | 2 | -0/+20 | |