Age | Commit message (Expand) | Author | Files | Lines |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -8/+3 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-04 | Remove make_cleanup_free_objfile | Tom Tromey | 1 | -12/+0 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -4/+0 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -82/+59 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack; | Philippe Waroquiers | 1 | -1/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -4/+7 |
2017-06-27 | objfile_per_bfd_storage non-POD | Pedro Alves | 1 | -4/+11 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -1/+1 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -9/+0 |
2016-09-23 | Use std::vector in objfiles.c | Tom Tromey | 1 | -7/+6 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -7/+9 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+12 |
2015-09-18 | default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. | Doug Evans | 1 | -0/+10 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -0/+91 |
2015-04-27 | Do not manipulate "target:" filenames as local paths | Gary Benson | 1 | -1/+2 |
2015-01-13 | Enhance gdb.lookup_objfile so that it works with a symlinked binary. | Doug Evans | 1 | -1/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -0/+8 |
2014-12-01 | Remove duplicate comment | Simon Marchi | 1 | -4/+0 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -11/+14 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -1/+1 |
2014-11-06 | solib_global_lookup: Fetch arch from objfile, not target_gdbarch. | Doug Evans | 1 | -1/+2 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify some blockvector APIs | Tom Tromey | 1 | -1/+1 |
2014-06-16 | "$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove... | Pedro Alves | 1 | -3/+3 |
2014-04-23 | Stale breakpoint instructions, spurious SIGTRAPS. | Pedro Alves | 1 | -0/+16 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -5/+0 |
2014-02-26 | move minimal symbols to per-bfd | Tom Tromey | 1 | -2/+3 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -13/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | make MSYMBOL_VALUE_ADDRESS an rvalue | Tom Tromey | 1 | -2/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+3 |
2014-01-15 | move the "main" data into the per-BFD object | Tom Tromey | 1 | -0/+15 |
2014-01-15 | move the entry point info into the per-bfd object | Tom Tromey | 1 | -3/+3 |
2014-01-15 | relocate the entry point address when used | Tom Tromey | 1 | -17/+3 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |