Age | Commit message (Expand) | Author | Files | Lines |
2008-05-16 | gdb/ | Ulrich Weigand | 1 | -0/+20 |
2008-05-16 | * minsyms.c: Include "target.h". | Ulrich Weigand | 1 | -0/+20 |
2008-05-16 | * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install | Ulrich Weigand | 1 | -0/+7 |
2008-05-16 | * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove. | Ulrich Weigand | 1 | -0/+6 |
2008-05-16 | * gdbarch.sh: Delete dwarf_reg_to_regnum. | Daniel Jacobowitz | 1 | -0/+8 |
2008-05-15 | * linux-nat.c (trap_ptid): Delete. | Pedro Alves | 1 | -0/+7 |
2008-05-15 | * linespec.c (decode_line_1): Fix a couple of comments. | Joel Brobecker | 1 | -0/+4 |
2008-05-15 | * dbxread.c: Formatting. | Alan Modra | 1 | -0/+7 |
2008-05-15 | (dwarf2loc.o): Remove $(addrmap_h). | Andreas Schwab | 1 | -0/+5 |
2008-05-14 | * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ... | Ulrich Weigand | 1 | -0/+8 |
2008-05-14 | * elfread.c (elf_symtab_read): Create trampolines for @plt symbols. | Daniel Jacobowitz | 1 | -0/+9 |
2008-05-14 | * findcmd.c: Add #include "gdb_stdint.h". | Joel Brobecker | 1 | -0/+5 |
2008-05-11 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove | David S. Miller | 1 | -0/+3 |
2008-05-11 | * sparc-linux-tdep.c (PSR_SYSCALL): Define. | David S. Miller | 1 | -0/+7 |
2008-05-11 | * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use | David S. Miller | 1 | -0/+5 |
2008-05-11 | * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc | Ulrich Weigand | 1 | -0/+5 |
2008-05-09 | * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force | Joel Brobecker | 1 | -0/+7 |
2008-05-09 | * NEWS: Mention gdbserver bi-arch capability. | Ulrich Weigand | 1 | -0/+4 |
2008-05-09 | New "find" command. | Doug Evans | 1 | -0/+19 |
2008-05-09 | * thread.c (_initialize_thread): Don't use commas and periods in | Eli Zaretskii | 1 | -0/+5 |
2008-05-09 | * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c: | Joel Brobecker | 1 | -0/+5 |
2008-05-09 | * frame.c (get_frame_base_address, get_frame_locals_address) | Joel Brobecker | 1 | -0/+6 |
2008-05-08 | * remote.c (extended_remote_attach_1): Call target_find_description. | Ulrich Weigand | 1 | -0/+4 |
2008-05-08 | * remote.c (extended_remote_create_inferior_1): Clean up | Daniel Jacobowitz | 1 | -0/+5 |
2008-05-08 | * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder | Joel Brobecker | 1 | -0/+5 |
2008-05-07 | * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c, | Joel Brobecker | 1 | -0/+5 |
2008-05-07 | * cp-support.c (mangled_name_to_comp): Initialize storage. | Daniel Jacobowitz | 1 | -0/+5 |
2008-05-07 | * remote.c (remote_insert_breakpoint): Call get_remote_state | Jie Zhang | 1 | -0/+6 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -0/+20 |
2008-05-06 | * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses | Joel Brobecker | 1 | -0/+5 |
2008-05-06 | * inf-loop.c (inferior_event_handler): Run all continuations and | Pedro Alves | 1 | -0/+5 |
2008-05-06 | * frame-unwind.c (frame_unwind_got_bytes): New function. | Joel Brobecker | 1 | -0/+7 |
2008-05-05 | * NEWS: Mention new /m modifier for disassemble command. | Doug Evans | 1 | -0/+9 |
2008-05-05 | 2008-05-05 Maxim Grigoriev <maxim2405@gmail.com> | Maxim Grigoriev | 1 | -0/+4 |
2008-05-05 | Update m68k port for unwinder changes. | Andreas Schwab | 1 | -2/+27 |
2008-05-05 | * infcmd.c (step_1): Put thread id on the stack to avoid possible | Pedro Alves | 1 | -0/+5 |
2008-05-05 | * symfile.c (reread_symbols): Update objfile's entry point. | Luis Machado | 1 | -0/+4 |
2008-05-05 | Minor typing error fixes in ChangeLog. | Aleksandar Ristovski | 1 | -5/+5 |
2008-05-05 | * ada-lang.c: Update throughout to use symbol_matches_domain | Aleksandar Ristovski | 1 | -0/+16 |
2008-05-05 | * top.c (command_line_handler_continuation): Remove. | Vladimir Prus | 1 | -0/+5 |
2008-05-05 | * inf-loop.c (inferior_event_handler): Call bpstat_do_action, | Vladimir Prus | 1 | -0/+7 |
2008-05-04 | * dwarf2read.c (struct dwarf2_cu): Add type_hash. | Daniel Jacobowitz | 1 | -0/+29 |
2008-05-04 | * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize | Daniel Jacobowitz | 1 | -0/+5 |
2008-05-04 | gdb/ | Pedro Alves | 1 | -0/+58 |
2008-05-04 | gdb/ | Jan Kratochvil | 1 | -0/+19 |
2008-05-04 | Set CU BASE_ADDRESS already from partial DIEs. | Jan Kratochvil | 1 | -0/+8 |
2008-05-04 | * arch-utils.c (gdbarch_update_p): Use default values for | Ulrich Weigand | 1 | -0/+10 |
2008-05-04 | * symfile.c (reread_symbols): Reload EXEC_BFD on its change. | Jan Kratochvil | 1 | -0/+4 |
2008-05-04 | * inferior.h (read_pc_pid, write_pc_pid): Remove. | Ulrich Weigand | 1 | -0/+25 |
2008-05-04 | * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing | Jan Kratochvil | 1 | -0/+5 |