| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup fixes for remote-mips.c | Tom Tromey | 2013-05-30 | 1 | -4/+15 |
* | -Wpointer-sign: remote-mips.c. | Pedro Alves | 2013-04-19 | 1 | -15/+17 |
* | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 2013-04-19 | 1 | -1/+1 |
* | gdb/ | Jan Kratochvil | 2013-03-20 | 1 | -3/+3 |
* | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 2013-03-01 | 1 | -1/+1 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 2012-11-09 | 1 | -11/+11 |
* | * defs.h (quit_flag): Don't declare. | Tom Tromey | 2012-08-22 | 1 | -0/+1 |
* | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 2012-08-22 | 1 | -2/+2 |
* | * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr. | Tom Tromey | 2012-07-23 | 1 | -4/+2 |
* | * bfd-target.c (target_bfd_reopen): Update. | Tom Tromey | 2012-07-23 | 1 | -2/+4 |
* | * utils.c (make_cleanup_bfd_unref): Rename from | Tom Tromey | 2012-07-18 | 1 | -2/+2 |
* | * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close. | Tom Tromey | 2012-07-18 | 1 | -0/+8 |
* | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 2012-07-18 | 1 | -2/+3 |
* | gdb/ | Pedro Alves | 2012-05-24 | 1 | -2/+2 |
* | gdb/ | Pedro Alves | 2012-05-24 | 1 | -4/+4 |
* | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | sergiodj | 2012-05-18 | 1 | -2/+0 |
* | gdb/ | Jan Kratochvil | 2012-03-02 | 1 | -4/+4 |
* | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 2012-02-02 | 1 | -1/+1 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -3/+1 |
* | gdb/ | Jan Kratochvil | 2011-07-17 | 1 | -1/+7 |
* | Fix mingw compilation with --enable-targets=all. | Pierre Muller | 2011-03-29 | 1 | -1/+2 |
* | Fix ARI warnings about new lines at the end of messages, which | Pierre Muller | 2011-03-16 | 1 | -1/+1 |
* | * remote-mips.c: Add internationalization mark ups. Remove | Kevin Buettner | 2011-01-26 | 1 | -30/+32 |
* | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-11 | 1 | -14/+15 |
* | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-10 | 1 | -149/+176 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+2 |
* | 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-2010-07-07-branchpoint | Thiago Jung Bauermann | 2010-07-07 | 1 | -2/+4 |
* | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-16 | 1 | -1/+9 |
* | gdb/ | Jan Kratochvil | 2010-05-02 | 1 | -1/+1 |
* | * remote-mips.c (close_ports, mips_initialize_cleanups) | Kevin Buettner | 2010-03-11 | 1 | -0/+117 |
* | * remote-mips.c (rockhopper_ops): New target_ops struct. | Kevin Buettner | 2010-03-08 | 1 | -52/+118 |
* | * remote-mips.c (mips_fetch_word): Add new parameter, `valp'. | Kevin Buettner | 2010-03-08 | 1 | -18/+28 |
* | * remote-mips.c (gdbthread.h): Include. | Kevin Buettner | 2010-03-05 | 1 | -15/+50 |
* | * remote-mips.c (mips_load): Don't use pseudo-register when | Kevin Buettner | 2010-02-26 | 1 | -1/+1 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -21/+27 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -19/+24 |
* | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 2009-07-02 | 1 | -4/+6 |
* | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 2009-06-07 | 1 | -5/+5 |
* | * target.h (TARGET_WNOHANG): New. | Pedro Alves | 2009-05-21 | 1 | -1/+1 |
* | Unify target macros. | Pierre Muller | 2009-05-11 | 1 | -1/+1 |
* | * inferior.h (read_pc, write_pc): Remove. | Ulrich Weigand | 2009-05-05 | 1 | -7/+9 |
* | Add a target_ops parameter to the to_kill method in struct target_ops. | Joel Brobecker | 2009-03-17 | 1 | -2/+1 |
* | * remote-mips.c (mips_load): Replace call to regcache_set_valid_p, | Joel Brobecker | 2009-03-16 | 1 | -3/+3 |
* | * remote-mips.c (mips_mourn_inferior): Add missing ops parameter. | Joel Brobecker | 2009-03-16 | 1 | -3/+4 |
* | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2009-02-25 | 1 | -2/+2 |
* | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 2009-02-23 | 1 | -12/+8 |
* | * linux-nat.c (linux_nat_wait): Adjust. | Pedro Alves | 2009-02-06 | 1 | -4/+2 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |