Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-20 | Do not enable alignment checking when loading unaligned thumb instructions. | Nick Clifton | 2 | -2/+7 | |
2001-03-20 | Zap -Wuninitialized warnings. | Andrew Cagney | 2 | -7/+13 | |
2001-03-20 | * mmap support for common simulators | Frank Ch. Eigler | 6 | -12/+205 | |
2001-03-16 Frank Ch. Eigler <fche@redhat.com> Add support for mmap-based memory regions. * sim-memopt.c (mmap_next_fd): New global. (sim_memory_init): Reinitialize it. (OPTION_MEMORY_MAPFILE, memory_option_handler): Support new "--memory-mapfile FILE" option. Check for some errors. (do_memopt_add): Conditionally do mmap instead of malloc for backing store of simulated memory. Check for more errors. (do_simopt_delete, sim_memory_uninstall): Corresponding cleanup. * sim-memopt.h (munmap_length): New member of _sim_memopt. * configure.in: Look for mmap/fstat related functions and headers. * config.in, configure: Regenerated. | |||||
2001-03-20 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-03-20 | * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather | Jim Blandy | 2 | -9/+11 | |
than asking for sym_class's type; that's circuitous. Remove sym_class, since the last use of it is gone. | |||||
2001-03-20 | * gdb.threads/linux-dp.exp: Recognize an additional message | Jim Blandy | 2 | -1/+7 | |
generated by GDB when it doesn't understand how to debug threads on the target system. | |||||
2001-03-20 | * elf32-m68k.c (elf_m68k_relocate_section): Don't need the | Andreas Schwab | 2 | -1/+14 | |
relocation value when resolving a reference from a debugging section. | |||||
2001-03-20 | * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]: | Eli Zaretskii | 2 | -2/+8 | |
Correct the order of calls to ui_out_field_string and ui_out_list_begin when bs->old_val is NULL. | |||||
2001-03-20 | Use `relax_marker' instead of fragile address test code to determine | Alan Modra | 3 | -39/+30 | |
whether a frag's fr_address has been updated. | |||||
2001-03-20 | Conditionally include nlist.h in solib-legacy.c for older *BSD systems. | Kevin Buettner | 5 | -2/+18 | |
2001-03-20 | Fix ``make'' problems when building cross debugger. | Kevin Buettner | 2 | -3/+14 | |
2001-03-20 | Fix 2 bugs with parsing the resource dependency tables. | Jim Wilson | 3 | -396/+437 | |
* ia64-gen.c (fetch_insn_class): If xsect, then ignore comment and notestr if larger than xsect. (in_class): Handle format M5. * ia64-asmtab.c: Regnerate. | |||||
2001-03-20 | malloc() -> xmalloc. | Andrew Cagney | 10 | -36/+34 | |
Move malloc() decl to utils.c | |||||
2001-03-20 | Move realoc() decl to utils.c. s/realloc()/xrealloc()/. | Andrew Cagney | 7 | -12/+19 | |
2001-03-20 | Move free() decl to utils.c. | Andrew Cagney | 4 | -7/+14 | |
2001-03-20 | Add proc-service.o to NATDEPFILES. | Kevin Buettner | 2 | -1/+7 | |
2001-03-19 | Zap __STDC__ references. | Andrew Cagney | 6 | -14/+11 | |
2001-03-19 | * TODO: List known problems with TUI. | Andrew Cagney | 2 | -1/+104 | |
2001-03-19 | Jimmy Guo stepping down. | Andrew Cagney | 2 | -3/+14 | |
2001-03-19 | * remote.c (remote_cisco_section_offsets): Do not cast result from | Andrew Cagney | 2 | -4/+11 | |
bfd_get_section_name. (compare_sections_command): Ditto. (remote_cisco_section_offsets): Make ``p'' a const pointer. (compare_sections_command): Ditto for ``sectname''. | |||||
2001-03-19 | * valops.c (hand_function_call): Simplify computation of the | Andrew Cagney | 2 | -12/+11 | |
address of the pushed argument. | |||||
2001-03-19 | * p-exp.y (parse_number): Avoid shift overflow when ``long''. | Andrew Cagney | 2 | -7/+11 | |
Code copied from c-exp.y. | |||||
2001-03-19 | Document a native system printing output outside of the MI as a known | Andrew Cagney | 2 | -1/+16 | |
bug. | |||||
2001-03-19 | Don't try to read past end of info buffer, and correct test results. | Alan Modra | 4 | -3/+23 | |
2001-03-19 | Fix register name printed in warning message. | Alan Modra | 4 | -3/+18 | |
2001-03-19 | * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get | Andreas Schwab | 3 | -2/+9 | |
consistent output across targets. * gas/m68k/pcrel.d: Adjusted. | |||||
2001-03-19 | Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. | Kevin Buettner | 1 | -0/+23 | |
2001-03-19 | Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. | Kevin Buettner | 5 | -154/+351 | |
2001-03-19 | Fix NetBSD 1.4 build problem. | Kevin Buettner | 2 | -2/+14 | |
2001-03-18 | 2001-03-17 Michael Chastain <chastain@redhat.com> | Michael Chastain | 3 | -2/+9 | |
* win32-nat.c (child_attach): check args for NULL before passing to strtoul. This fixes PR gdb/43. | |||||
2001-03-18 | 2001-03-18 H.J. Lu <hjl@gnu.org> | H.J. Lu | 6 | -41/+81 | |
* gas/i386/intel.s: Move PIC code to ... * gas/i386/intelpic.s: New. Here. * gas/i386/intel.d: Updated. * gas/i386/intelpic.d: New. * gas/i386/i386.exp: Check PIC code in Intel syntax for ELF targets only. | |||||
2001-03-18 | * gas/mri/mri.exp: Fix test of m6811/m6812 targets. | Stephane Carrez | 2 | -1/+5 | |
2001-03-18 | * config/tc-m68hc11.c (md_pseudo_table): Recognize xrefb to comply | Stephane Carrez | 2 | -0/+8 | |
with 'Motorola specification for assembly language input standard'. | |||||
2001-03-18 | Fix a typo. | H.J. Lu | 1 | -1/+1 | |
2001-03-17 | * i387-nat.h: Doc Fix. | Mark Kettenis | 2 | -1/+3 | |
2001-03-17 | * i386-tdep.c: Fix formatting. | Mark Kettenis | 2 | -220/+214 | |
(i386_get_frame_setup, i386_follow_jump, codestream_read, codestream_seek, codestream_fill, skip_trampoline_code, gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant prototypoes. | |||||
2001-03-17 | * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's | Mark Kettenis | 2 | -29/+6 | |
no longer used. Also remove associated FIXME. | |||||
2001-03-17 | * emultempl/elf32.em (OPTION_GROUP): New macro. | Ulrich Drepper | 4 | -45/+90 | |
Add new option Bgroup to longopts. (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs. (gld*_list_options): Add -Bgroup and -z defs. * ld.1: Document -Bgroup and -z defs. * ld.texinfo: Likewise. | |||||
2001-03-17 | * dwarf2dbg.c (user_filenum, user_filenum_allocated): Remove. | Richard Henderson | 2 | -19/+39 | |
(dwarf2_directive_loc): Don't use them. (dwarf2_directive_file): Reject duplicate file definitions. (get_filenum): Zero allocated memory. (out_file_list): Complain about missing file definitions. | |||||
2001-03-17 | Teach .org to handle complex expressions | Alan Modra | 3 | -4/+30 | |
2001-03-17 | Add support for m/M methods - pure multi-arch. These do not have | Andrew Cagney | 2 | -25/+99 | |
macros and take a gdbarch parameter. | |||||
2001-03-16 | * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use | J.T. Conklin | 3 | -9/+34 | |
h8300_frame_args_address from frame_args_address. (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address from frame_locals_address. (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook from print_register_hook. (h8300_frame_args_address): Declare. (h8300_frame_find_saved_regs): Declare. (h8300_frame_locals_address): Declare. (h8300_frame_saved_pc): Declare. (h8300_pop_frame): Declare. (h8300_print_register_hook): Declare. * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration. (h8300_frame_args_address): Renamed from frame_args_address. (h8300_frame_locals_address): Renamed from frame_locals_address. (h8300_pop_frame): Renamed from pop_frame. (h8300_print_register_hook): Renamed from print_register_hook. ------------------------------------------------------------------- | |||||
2001-03-16 | 2001-03-12 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -20/+11 | |
* gdb.c++/derivation.exp: Use the 'runto' library function. | |||||
2001-03-16 | 2001-03-12 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -2/+6 | |
* gdb.c++/annota2.exp: Fix regular expression for "post-query". | |||||
2001-03-16 | Fix syntax errors. | Nick Clifton | 2 | -4/+9 | |
2001-03-16 | Add new opcodes | Nick Clifton | 3 | -497/+536 | |
2001-03-16 | Change type of ``storage_needed'' from unsigned int to long. | Kevin Buettner | 3 | -6/+12 | |
2001-03-16 | 2001-02-24 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -77/+39 | |
* gdb.c++/ref-types.exp: Change handwritten code to library function 'runto'. | |||||
2001-03-16 | Fix warning message | Nick Clifton | 2 | -4/+8 | |
2001-03-16 | 2001-03-16 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -0/+4 | |
* gdb.base/signals.exp: Set count to 0 explicitly. |