Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -19/+15 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -2/+2 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -10/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -24/+20 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -20/+24 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |
2018-09-13 | Remove cleanup from try_open_exec_file | Tom Tromey | 1 | -6/+5 |
2018-09-13 | Return std::string from gdb_bfd_errmsg | Tom Tromey | 1 | -1/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -16/+12 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -81/+58 |
2018-04-30 | Remove new_bfd_ref | Tom Tromey | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -6/+3 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 1 | -0/+1 |
2018-02-14 | Return unique_xmalloc_ptr from some solib.c functions | Tom Tromey | 1 | -6/+4 |
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 |