Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -4/+2 |
2017-10-20 | Introduce new_bfd_ref | Tom Tromey | 1 | -2/+1 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -36/+19 |
2017-09-27 | Constify some commands in exec.c, plus symbol_file_command | Tom Tromey | 1 | -5/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -16/+11 |
2017-08-22 | Change gdb_realpath_keepfile to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -10/+4 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -9/+6 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -4/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -71/+54 |
2016-10-24 | Fix potential NULL pointer dereference | Luis Machado | 1 | -1/+2 |
2016-10-24 | Fix obvious gotcha in string comparison | Luis Machado | 1 | -1/+1 |
2016-09-29 | PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression | Jan Kratochvil | 1 | -1/+4 |
2016-09-18 | gdb: Fix std::{min, max}-related build breakage on 32-bit hosts | Pedro Alves | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -3/+4 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -1/+11 |
2016-04-13 | Debugging without a binary (regression) | Luis Machado | 1 | -2/+58 |
2016-04-06 | Print the "file" command suggestion in exec_file_locate_attach | Jan Kratochvil | 1 | -1/+7 |
2016-02-24 | Fix logic in exec_file_locate_attach | Gary Benson | 1 | -3/+6 |
2016-02-17 | Add missing cleanup in exec_file_locate_attach | Gary Benson | 1 | -0/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
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 |