Age | Commit message (Expand) | Author | Files | Lines |
2018-06-18 | Use unique_xmalloc_ptr in darwin_current_sos | Tom Tromey | 1 | -9/+4 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -3/+2 |
2018-02-14 | Constify target_so_ops::bfd_open | Tom Tromey | 1 | -1/+1 |
2018-02-14 | Return unique_xmalloc_ptr from some solib.c functions | Tom Tromey | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-07-31 | darwin: handle recent version of dyld | Xavier Roirand | 1 | -1/+1 |
2017-04-28 | Class-ify lm_info_darwin | Simon Marchi | 1 | -3/+5 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -5/+8 |
2017-04-28 | Standardize darwin's lm_info | Simon Marchi | 1 | -13/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -42/+23 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Delete target_so_ops->special_symbol_handling hook | Philipp Rudo | 1 | -9/+0 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-14 | gdb: Use TYPE_LENGTH macro | Andrew Burgess | 1 | -4/+4 |
2015-11-23 | solib-darwin: support PIE for spawned processes. | Tristan Gingold | 1 | -27/+93 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+2 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -1/+0 |
2015-07-15 | Validate symbol file using build-id | Jan Kratochvil | 1 | -0/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -10/+10 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-05 | Remove const from many struct objfile * | Jan Kratochvil | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-04-18 | solib-darwin: simplify code. | Tristan Gingold | 1 | -18/+2 |
2014-03-17 | darwin: handle recent version of dyld | Tristan Gingold | 1 | -2/+5 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-07 | Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983 | Hui Zhu | 1 | -6/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-15 | Revert "Do not overwrite so_list's so_name in solib_map_sections" | Joel Brobecker | 1 | -0/+10 |
2013-10-29 | Simplify REGISTRY cleanup usages | Yao Qi | 1 | -4/+1 |
2013-04-19 | -Wpointer-sign: gdb_byte -> char. | Pedro Alves | 1 | -3/+3 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -2/+2 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | solib-darwin.c: handle PIE when attaching processes. | Joel Brobecker | 1 | -2/+80 |
2012-11-28 | PR gdb/14290: | Tom Tromey | 1 | -5/+27 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -8/+8 |
2012-08-22 | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 1 | -1/+1 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -1/+2 |
2012-07-23 | * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr. | Tom Tromey | 1 | -2/+1 |
2012-07-23 | * bfd-target.c (target_bfd_reopen): Update. | Tom Tromey | 1 | -2/+4 |
2012-07-18 | * utils.c (make_cleanup_bfd_unref): Rename from | Tom Tromey | 1 | -3/+3 |
2012-07-18 | * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close. | Tom Tromey | 1 | -6/+13 |