Age | Commit message (Expand) | Author | Files | Lines |
2008-05-16 | * gdbarch.sh: Delete dwarf_reg_to_regnum. | Daniel Jacobowitz | 17 | -54/+18 |
2008-05-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-15 | * linux-nat.c (trap_ptid): Delete. | Pedro Alves | 3 | -19/+9 |
2008-05-15 | * linespec.c (decode_line_1): Fix a couple of comments. | Joel Brobecker | 2 | -2/+6 |
2008-05-15 | * dbxread.c: Formatting. | Alan Modra | 2 | -19/+26 |
2008-05-15 | (dwarf2loc.o): Remove $(addrmap_h). | Andreas Schwab | 2 | -3/+7 |
2008-05-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-14 | * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ... | Ulrich Weigand | 2 | -42/+19 |
2008-05-14 | * elfread.c (elf_symtab_read): Create trampolines for @plt symbols. | Daniel Jacobowitz | 3 | -4/+79 |
2008-05-14 | * findcmd.c: Add #include "gdb_stdint.h". | Joel Brobecker | 3 | -1/+7 |
2008-05-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-13 | * gdb.base/watch_thread_num.exp: Don't run tests that require | Nathan Froyd | 2 | -4/+15 |
2008-05-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-12 | * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set. | Doug Evans | 2 | -0/+9 |
2008-05-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-11 | * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove | David S. Miller | 2 | -4/+3 |
2008-05-11 | * sparc-linux-tdep.c (PSR_SYSCALL): Define. | David S. Miller | 3 | -0/+63 |
2008-05-11 | * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use | David S. Miller | 3 | -2/+7 |
2008-05-11 | * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc | Ulrich Weigand | 2 | -0/+7 |
2008-05-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-09 | * gdb.ada/assign_1.exp: New testcase. | Joel Brobecker | 2 | -0/+40 |
2008-05-09 | * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force | Joel Brobecker | 2 | -1/+15 |
2008-05-09 | * NEWS: Mention gdbserver bi-arch capability. | Ulrich Weigand | 2 | -0/+8 |
2008-05-09 | update for capitalization changes | Doug Evans | 1 | -3/+3 |
2008-05-09 | remove cruft from previous checkin | Doug Evans | 3 | -6/+6 |
2008-05-09 | * remote.c (remote_search_memory): Fix capilization in error messages. | Doug Evans | 1 | -3/+3 |
2008-05-09 | * error.c (parse_find_args): Fix capitalization in previous patch. | Doug Evans | 3 | -19/+19 |
2008-05-09 | New "find" command. | Doug Evans | 16 | -3/+1204 |
2008-05-09 | * thread.c (_initialize_thread): Don't use commas and periods in | Eli Zaretskii | 2 | -2/+7 |
2008-05-09 | * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c: | Joel Brobecker | 4 | -141/+111 |
2008-05-09 | * frame.c (get_frame_base_address, get_frame_locals_address) | Joel Brobecker | 2 | -3/+9 |
2008-05-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-08 | * remote.c (extended_remote_attach_1): Call target_find_description. | Ulrich Weigand | 2 | -2/+17 |
2008-05-08 | * regcache.c (registers_length): Remove. | Ulrich Weigand | 4 | -15/+16 |
2008-05-08 | * gdb.base/commands.exp (watchpoint_command_test): Handle | Daniel Jacobowitz | 4 | -2/+24 |
2008-05-08 | * remote.c (extended_remote_create_inferior_1): Clean up | Daniel Jacobowitz | 2 | -4/+11 |
2008-05-08 | * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder | Joel Brobecker | 4 | -206/+173 |
2008-05-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-07 | * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c, | Joel Brobecker | 6 | -208/+141 |
2008-05-07 | * cp-support.c (mangled_name_to_comp): Initialize storage. | Daniel Jacobowitz | 2 | -2/+7 |
2008-05-07 | * remote.c (remote_insert_breakpoint): Call get_remote_state | Jie Zhang | 2 | -8/+20 |
2008-05-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-06 | * gdb.ada/lang_switch: New test program. | Joel Brobecker | 4 | -0/+118 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 20 | -60/+124 |
2008-05-06 | * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses | Joel Brobecker | 2 | -0/+11 |
2008-05-06 | * inf-loop.c (inferior_event_handler): Run all continuations and | Pedro Alves | 2 | -14/+24 |
2008-05-06 | * frame-unwind.c (frame_unwind_got_bytes): New function. | Joel Brobecker | 6 | -496/+420 |
2008-05-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-05-05 | * gdb.base/help.exp (disassemble): Update expected help text. | Doug Evans | 2 | -1/+5 |