Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-24 | add HAVE_CONTINUABLE_WATCHPOINT to target_ops | Kris Warkentin | 9 | -12/+25 | |
2003-02-24 | Fixed grammar | Kris Warkentin | 1 | -5/+5 | |
2003-02-24 | 2003-02-24 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -1/+8 | |
* MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop maintainership. | |||||
2003-02-24 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2003-02-24 | * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set. | Stephane Carrez | 2 | -1/+10 | |
2003-02-24 | added target specific solib find hook | Kris Warkentin | 3 | -0/+20 | |
2003-02-24 | Add support for QNX style core files. | Nick Clifton | 2 | -1/+117 | |
2003-02-24 | added myself to Write After list in MAINTAINERS | Kris Warkentin | 2 | -0/+5 | |
2003-02-24 | Add support for kaOS as cross build target system. | Nick Clifton | 3 | -69/+80 | |
2003-02-24 | Add paragraph about using --disable-nls | Nick Clifton | 2 | -2/+19 | |
2003-02-24 | (nm --size-sort): Update description. | Nick Clifton | 2 | -4/+14 | |
2003-02-24 | * elflink.c (_bfd_elf_create_got_section): Check existing .got | Alan Modra | 2 | -11/+21 | |
section flags before concluding that we've already been called. Don't use register keyword. (_bfd_elf_create_dynamic_sections): Don't use register keyword. (_bfd_elf_create_linker_section): Formatting. | |||||
2003-02-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2003-02-23 | daily update | Alan Modra | 1 | -1/+1 | |
2003-02-23 | * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols. | Christopher Faylor | 2 | -3/+136 | |
(Non-debug DLL symbols): New node, describing the minimal symbols loaded from DLLs without real debugging symbols. | |||||
2003-02-23 | * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets. | Stephane Carrez | 2 | -0/+13 | |
2003-02-23 | * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide. | Stephane Carrez | 2 | -1/+5 | |
2003-02-23 | 2003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr> | Chris Demetriou | 2 | -3/+8 | |
* mips-dis.c (print_mips_disassembler_options): Make 'i' unsigned, use ARRAY_SIZE in loops. | |||||
2003-02-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2003-02-22 | daily update | Alan Modra | 1 | -1/+1 | |
2003-02-22 | merge from gcc | DJ Delorie | 6 | -66/+142 | |
2003-02-22 | * m68hc11-tdep.c (m68hc11_init_reggroups): New function. | Stephane Carrez | 2 | -0/+73 | |
(m68hc11_add_reggroups): New function. (m68hc11_register_reggroup_p): New to register hard/soft reggroups. (m68hc11_gdbarch_init): Install the reggroups. (_initialize_m68hc11_tdep): Initialize them. | |||||
2003-02-22 | Update my email address. | Jim Wilson | 2 | -1/+5 | |
2003-02-22 | Update my address. | Jim Wilson | 2 | -2/+6 | |
2003-02-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2003-02-21 | daily update | Alan Modra | 1 | -1/+1 | |
2003-02-21 | merge from gcc | DJ Delorie | 5 | -88/+215 | |
2003-02-21 | cgen: | Joern Rennecke | 3 | -777/+1489 | |
* cpu/sh64-media.cpu (make-mextr): Fix setting of count. sim/sh64: * sem-media-switch.c, sem-media.c: Regenerate. | |||||
2003-02-21 | Update Maverick tests. | Nick Clifton | 8 | -632/+1528 | |
Contribute test generator. | |||||
2003-02-21 | merge from gcc | DJ Delorie | 5 | -54/+122 | |
2003-02-21 | 2003-02-21 David Carlton <carlton@math.stanford.edu> | David Carlton | 2 | -0/+5 | |
* arm-tdep.c (arm_gdbarch_init): Add break after default label. | |||||
2003-02-21 | Based on a patch from Daniel Berlin (dberlin@dberlin.org). | Daniel Jacobowitz | 16 | -103/+1379 | |
* symtab.h: Add opaque declarations of struct axs_value and struct agent_expr. (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG. (struct location_funcs): New type. (struct symbol): Add "loc" to aux_value. (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros. * dwarf2read.c: Include "dwarf2expr.h". (dwarf2_symbol_mark_computed): New function. (read_func_scope): Use it. (var_decode_location): New function. (new_symbol): Use it. * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files. * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c. (dwarf2expr_h, dwarf2loc_h): New variables. (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o. (dwarf2expr.o, dwarf2loc.o): New rules. (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h). * buildsym.c (finish_block): Handle LOC_COMPUTED and LOC_COMPUTED_ARG. * findvar.c (symbol_read_needs_frame, read_var_value): Likewise. * m2-exp.y (yylex): Likewise. * printcmd.c (address_info, print_frame_args): Likewise. * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise. * symmisc.c (print_symbol, print_partial_symbols): Likewise. * ada-lang.c (ada_resolve_subexp, symtab_for_sym) (ada_add_block_symbols, fill_in_ada_prototype): Likewise. * symtab.c (lookup_block_symbol): Likewise. | |||||
2003-02-21 | * mi-cmd-stack.c (list_args_or_locals): Handle LOC_COMPUTED and | Daniel Jacobowitz | 2 | -0/+7 | |
LOC_COMPUTED_ARG. | |||||
2003-02-21 | Check for a NULL sentinel value before using it. | Nick Clifton | 2 | -3/+11 | |
2003-02-21 | Add v850e debug registers. | Nick Clifton | 2 | -65/+76 | |
2003-02-21 | Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT. | Nick Clifton | 4 | -33/+93 | |
Add code to display these values in readelf. | |||||
2003-02-21 | (ldmac, stmac): Replace MACREG with MS32 and MD32. | Nick Clifton | 2 | -44/+50 | |
2003-02-21 | Disable region size checking whilst relaxing sections. | Nick Clifton | 7 | -35/+70 | |
2003-02-21 | Applied Bob Wilson's documentation fixes. | Nick Clifton | 3 | -438/+534 | |
2003-02-21 | Apply Bob Wilson's documenation clean up patch | Nick Clifton | 3 | -507/+441 | |
2003-02-21 | * config/tc-mips.c (prev_reloc_op_frag): New variable. | Richard Sandiford | 6 | -7/+60 | |
(macro): Check it to decide whether a new frag is needed. (my_getSmallExpression): Set it. | |||||
2003-02-21 | Apply Bob Wilson's linker documenation clean ups. | Nick Clifton | 4 | -640/+726 | |
2003-02-21 | * symtab.h: Remove objc_specific struct | Adam Fedor | 3 | -17/+11 | |
(SYMBOL_OBJC_DEMANGLED_NAME): Remove. * symtab.c (symbol_init_language_specific, symbol_demangled_name): Have language_objc use cplus_specific struct. | |||||
2003-02-21 | * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not | Tom Tromey | 2 | -2/+8 | |
TYPE_NAME, when printing a String value. PR java/1075. | |||||
2003-02-21 | objc-lang.h (find_methods): Remove declaration. | Adam Fedor | 2 | -5/+1 | |
2003-02-21 | objc-lang.c (find_methods): Make static. | Adam Fedor | 2 | -1/+5 | |
2003-02-21 | * win32-nat.c (get_image_name): Check return value from ReadProcessMemory. | Christopher Faylor | 3 | -30/+30 | |
(child_xfer_memory): Ditto. | |||||
2003-02-21 | * Makefile.tpl: Add definition of CPPFLAGS to pass into | DJ Delorie | 3 | -1/+25 | |
configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated. | |||||
2003-02-21 | merge from gcc | DJ Delorie | 8 | -7/+120 | |
2003-02-21 | * objcopy.c (filter_symbols): Fix compilation problems with | Alan Modra | 2 | -7/+17 | |
HP-UX's C compiler. |