| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 'sprintf' of potential NULL pointer in 'maint print arch' | Joel Brobecker | 2011-10-26 | 1 | -1/+1 |
* | Fix jit.exp on most 32-bit targets. | David S. Miller | 2011-10-11 | 1 | -0/+3 |
* | Add return address collection for tracepoints. | Stan Shebs | 2011-09-27 | 1 | -0/+9 |
* | gdb | Tom Tromey | 2011-07-22 | 1 | -0/+5 |
* | Various spelling fixes. | Joel Brobecker | 2011-06-03 | 1 | -1/+1 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -1/+1 |
* | gdb/ | Pedro Alves | 2011-03-18 | 1 | -1/+1 |
* | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2011-01-07 | 1 | -40/+42 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+1 |
* | 2010-12-28 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2010-12-28 | 1 | -0/+10 |
* | 2010-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2010-08-18 | 1 | -7/+0 |
* | * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member. | Corinna Vinschen | 2010-08-06 | 1 | -2/+17 |
* | gdb/ | Jan Kratochvil | 2010-07-19 | 1 | -2/+1 |
* | include/ChangeLog: | Ulrich Weigand | 2010-07-06 | 1 | -3/+5 |
* | gdb/ | Pedro Alves | 2010-05-26 | 1 | -0/+13 |
* | 2010-05-13 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-13 | 1 | -1/+8 |
* | * gdbarch.sh (qsupported): Delete. | Pedro Alves | 2010-05-07 | 1 | -3/+0 |
* | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2010-05-06 | 1 | -3/+0 |
* | * defs.h: Adjust comment. | Pedro Alves | 2010-04-24 | 1 | -0/+5 |
* | * solib.c (solib_find): Replace extension if | Pedro Alves | 2010-03-08 | 1 | -0/+16 |
* | gdb | Tom Tromey | 2010-03-05 | 1 | -0/+5 |
* | Add qsupported to gdbarch. | H.J. Lu | 2010-02-03 | 1 | -0/+3 |
* | * gdbarch.sh: Set LANG and LC_ALL to C, not c. | Daniel Jacobowitz | 2010-02-01 | 1 | -3/+3 |
* | * arch-utils.c (default_remote_breakpoint_from_pc): New function. | Daniel Jacobowitz | 2010-02-01 | 1 | -0/+4 |
* | Add fast tracepoints. | Stan Shebs | 2010-01-06 | 1 | -0/+3 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | 2009-11-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2009-11-11 | 1 | -2/+2 |
* | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-10-19 | 1 | -0/+3 |
* | * gdbarch.sh (displaced_step_hw_singlestep): New callback. | Ulrich Weigand | 2009-09-29 | 1 | -0/+11 |
* | 2009-09-21 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2009-09-21 | 1 | -0/+4 |
* | Implementing catch syscall. | Sergio Durigan Junior | 2009-09-15 | 1 | -0/+9 |
* | * ui-file.h (ui_file_xstrdup): Mention that the length argument | Pedro Alves | 2009-08-14 | 1 | -3/+3 |
* | * gdbarch.sh (current_gdbarch): Remove global variable. | Ulrich Weigand | 2009-07-02 | 1 | -52/+17 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -1/+1 |
* | * gdbarch.sh (pointer_to_address): Change to type 'm'. | Ulrich Weigand | 2009-06-17 | 1 | -2/+2 |
* | * gdbarch.sh (gcore_bfd_target): New gdbarch callback. | Ulrich Weigand | 2009-06-17 | 1 | -0/+3 |
* | * gdbarch.sh (construct_inferior_arguments): Remove. | Ulrich Weigand | 2009-06-17 | 1 | -9/+0 |
* | * breakpoint.c (insert_breakpoints, breakpoint_init_inferior) | Pedro Alves | 2009-05-19 | 1 | -3/+9 |
* | * gdbarch.sh: Add comment documenting the target_gdbarch global. | Joel Brobecker | 2009-05-14 | 1 | -0/+11 |
* | GDBARCH interface for process record and replay. | Hui Zhu | 2009-04-30 | 1 | -0/+6 |
* | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 2009-02-23 | 1 | -0/+4 |
* | * corelow.c (core_close): Don't hardcode the core's pid. | Pedro Alves | 2009-02-16 | 1 | -0/+7 |
* | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-02-06 | 1 | -0/+5 |
* | * gdbarch.sh: Fix all the compilation errors on amd64-windows | Joel Brobecker | 2009-01-09 | 1 | -13/+13 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | * gdbarch.sh (has_global_solist): Mention global breakpoints. | Pedro Alves | 2008-11-03 | 1 | -0/+3 |
* | * remote.c (remote_start_remote): If the solib list is global, | Pedro Alves | 2008-11-03 | 1 | -0/+4 |
* | ChangeLog: | Ulrich Weigand | 2008-09-11 | 1 | -1/+0 |
* | * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz | Ulrich Weigand | 2008-09-05 | 1 | -4/+4 |
* | * gdbarch.sh (addr_bits_remove): Change type to 'm'. | Ulrich Weigand | 2008-09-05 | 1 | -2/+2 |