aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-24* MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, SchemeJim Blandy2-7/+8
support, shared libs): Remove my name from here, to better reflect reality.
2003-02-24add HAVE_CONTINUABLE_WATCHPOINT to target_opsKris Warkentin9-12/+25
2003-02-24Fixed grammarKris Warkentin1-5/+5
2003-02-242003-02-24 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+8
* MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop maintainership.
2003-02-24merge from gccDJ Delorie2-2/+8
2003-02-24 * mi-syn-frame.exp: Don't run this test when gdb,nosignals is set.Stephane Carrez2-1/+10
2003-02-24added target specific solib find hookKris Warkentin3-0/+20
2003-02-24Add support for QNX style core files.Nick Clifton2-1/+117
2003-02-24added myself to Write After list in MAINTAINERSKris Warkentin2-0/+5
2003-02-24Add support for kaOS as cross build target system.Nick Clifton3-69/+80
2003-02-24Add paragraph about using --disable-nlsNick Clifton2-2/+19
2003-02-24(nm --size-sort): Update description.Nick Clifton2-4/+14
2003-02-24 * elflink.c (_bfd_elf_create_got_section): Check existing .gotAlan Modra2-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 ***gdbadmin1-1/+1
2003-02-23daily updateAlan Modra1-1/+1
2003-02-23* gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.Christopher Faylor2-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 Carrez2-0/+13
2003-02-23 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.Stephane Carrez2-1/+5
2003-02-232003-02-23 Elias Athanasopoulos <elathan@phys.uoa.gr>Chris Demetriou2-3/+8
* mips-dis.c (print_mips_disassembler_options): Make 'i' unsigned, use ARRAY_SIZE in loops.
2003-02-23*** empty log message ***gdbadmin1-1/+1
2003-02-22daily updateAlan Modra1-1/+1
2003-02-22merge from gccDJ Delorie6-66/+142
2003-02-22 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.Stephane Carrez2-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-22Update my email address.Jim Wilson2-1/+5
2003-02-22Update my address.Jim Wilson2-2/+6
2003-02-22*** empty log message ***gdbadmin1-1/+1
2003-02-21daily updateAlan Modra1-1/+1
2003-02-21merge from gccDJ Delorie5-88/+215
2003-02-21cgen:Joern Rennecke3-777/+1489
* cpu/sh64-media.cpu (make-mextr): Fix setting of count. sim/sh64: * sem-media-switch.c, sem-media.c: Regenerate.
2003-02-21Update Maverick tests.Nick Clifton8-632/+1528
Contribute test generator.
2003-02-21merge from gccDJ Delorie5-54/+122
2003-02-212003-02-21 David Carlton <carlton@math.stanford.edu>David Carlton2-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 Jacobowitz16-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 andDaniel Jacobowitz2-0/+7
LOC_COMPUTED_ARG.
2003-02-21Check for a NULL sentinel value before using it.Nick Clifton2-3/+11
2003-02-21Add v850e debug registers.Nick Clifton2-65/+76
2003-02-21Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT.Nick Clifton4-33/+93
Add code to display these values in readelf.
2003-02-21(ldmac, stmac): Replace MACREG with MS32 and MD32.Nick Clifton2-44/+50
2003-02-21Disable region size checking whilst relaxing sections.Nick Clifton7-35/+70
2003-02-21Applied Bob Wilson's documentation fixes.Nick Clifton3-438/+534
2003-02-21Apply Bob Wilson's documenation clean up patchNick Clifton3-507/+441
2003-02-21 * config/tc-mips.c (prev_reloc_op_frag): New variable.Richard Sandiford6-7/+60
(macro): Check it to decide whether a new frag is needed. (my_getSmallExpression): Set it.
2003-02-21Apply Bob Wilson's linker documenation clean ups.Nick Clifton4-640/+726
2003-02-21* symtab.h: Remove objc_specific structAdam Fedor3-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, notTom Tromey2-2/+8
TYPE_NAME, when printing a String value. PR java/1075.
2003-02-21objc-lang.h (find_methods): Remove declaration.Adam Fedor2-5/+1
2003-02-21objc-lang.c (find_methods): Make static.Adam Fedor2-1/+5
2003-02-21* win32-nat.c (get_image_name): Check return value from ReadProcessMemory.Christopher Faylor3-30/+30
(child_xfer_memory): Ditto.
2003-02-21* Makefile.tpl: Add definition of CPPFLAGS to pass intoDJ Delorie3-1/+25
configure-target-* as some target builds may require additional flags for preprocessor tests. * Makefile.in: Regenerated.
2003-02-21merge from gccDJ Delorie8-7/+120