Age | Commit message (Expand) | Author | Files | Lines |
2015-11-17 | [C++/mingw] Misc alloca casts | Pedro Alves | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-13 | Fix attach-pie-noexec.exp fail on native-extended-gdbserver | Yao Qi | 1 | -1/+1 |
2015-06-25 | Remove gdb_sysroot NULL checks | Gary Benson | 1 | -2/+1 |
2015-04-29 | Allow passing fd == NULL to exec_file_find and solib_find | Gary Benson | 1 | -7/+1 |
2015-04-17 | Use gdb_sysroot for main executable on attach | Gary Benson | 1 | -8/+24 |
2015-04-17 | Introduce exec_file_locate_attach | Gary Benson | 1 | -0/+31 |
2015-04-02 | Update exec_file_attach to cope with "target:" filenames | Gary Benson | 1 | -19/+54 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -1/+1 |
2014-07-30 | constify exec_file_attach | Tom Tromey | 1 | -1/+1 |
2014-07-25 | remove using_exec_ops global | Tom Tromey | 1 | -21/+11 |
2014-07-18 | make exec_ops static | Tom Tromey | 1 | -1/+1 |
2014-07-18 | move exec_make_note_section earlier | Tom Tromey | 1 | -7/+5 |
2014-06-03 | resize_section_table cleanup | Doug Evans | 1 | -13/+19 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -2/+0 |
2014-02-26 | make "file" use the BFD cache better | Tom Tromey | 1 | -4/+12 |
2014-02-24 | Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE | Yao Qi | 1 | -2/+2 |
2014-02-23 | Adjust read_value_memory to use to_xfer_partial | Yao Qi | 1 | -1/+6 |
2014-02-23 | Use new to_xfer_partial interface in ctf and tfile target | Yao Qi | 1 | -0/+54 |
2014-02-23 | Share code on to_xfer_partial for tfile and ctf target | Yao Qi | 1 | -0/+47 |
2014-02-19 | remove exec_set_find_memory_regions | Tom Tromey | 1 | -20/+2 |
2014-02-19 | Add target_ops argument to to_make_corefile_notes | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_find_memory_regions | Tom Tromey | 1 | -1/+13 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -7/+21 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -1/+1 |
2014-01-16 | target, breakpoint: allow insert/remove breakpoint to be forwarded | Markus Metzger | 1 | -1/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-29 | Create target sections for user-added symbol files. | Nicolas Blanc | 1 | -0/+45 |
2013-10-13 | Improve Executable displayed path (PR 15415 regression kind #2) | Jan Kratochvil | 1 | -1/+1 |
2013-09-04 | Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH. | Jan Kratochvil | 1 | -5/+2 |
2013-08-28 | PR gdb/15415 | Jan Kratochvil | 1 | -5/+19 |
2013-07-22 | 2013-07-22 Doug Evans <dje@google.com> | Jan Kratochvil | 1 | -7/+10 |
2013-07-16 | * target.h (struct target_section): Delete member bfd. | Doug Evans | 1 | -20/+28 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -120/+0 |
2013-03-29 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -7/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-26 | Do not crash when calling GDB with empty executable name. | Joel Brobecker | 1 | -2/+2 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-08-22 | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 1 | -3/+5 |
2012-08-22 | * exec.c (exec_close, exec_file_attach): Update. | Tom Tromey | 1 | -7/+13 |
2012-07-23 | * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference | Tom Tromey | 1 | -5/+3 |