Age | Commit message (Expand) | Author | Files | Lines |
2017-10-09 | Make cp_remove_params return a gdb::unique_xmalloc_ptr | Pedro Alves | 1 | -5/+3 |
2017-09-27 | Constify some functions in psymtab.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-08-22 | Change psymtab_search_name to return a unique_xmalloc_ptr | Tom Tromey | 1 | -20/+12 |
2017-08-22 | Change rewrite_source_path to return a unique_xmalloc_ptr | Tom Tromey | 1 | -9/+6 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -10/+4 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -3/+2 |
2017-07-20 | Use SYMBOL_MATCHES_SEARCH_NAME some more | Pedro Alves | 1 | -2/+2 |
2017-04-12 | Change increment_reading_symtab to return a scoped_restore | Tom Tromey | 1 | -2/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -42/+37 |
2017-02-15 | PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crash | Sergio Durigan Junior | 1 | -2/+2 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -10/+9 |
2017-01-10 | Remove make_cleanup_discard_psymtabs | Tom Tromey | 1 | -38/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | New syntax for mt print symbols,msymbols,psymbols. | Doug Evans | 1 | -43/+143 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -9/+0 |
2016-10-05 | PR symtab/20652 - fix psymbol_compare | Tom Tromey | 1 | -1/+1 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | psymtab.c: Add casts | Pedro Alves | 1 | -2/+3 |
2015-10-26 | Print address map in output of "mt print psymbols" | Doug Evans | 1 | -2/+92 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -10/+11 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -8/+5 |
2015-08-15 | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. | Doug Evans | 1 | -14/+6 |
2015-08-15 | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 1 | -1/+16 |
2015-08-15 | objfiles.h,psympriv.h,psymtab.c: Whitespace. | Doug Evans | 1 | -81/+76 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-06-19 | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 1 | -14/+0 |
2015-05-27 | PR symtab/18258 | Doug Evans | 1 | -10/+12 |
2015-04-15 | Make info fun|var|types interruptable for psyms. | Doug Evans | 1 | -0/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -12/+12 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | Give quick_symbol_functions "methods" a consistent naming scheme. | Doug Evans | 1 | -57/+96 |
2014-11-21 | psymtab.c (psymtab_search_name): Fix whitespace. | Doug Evans | 1 | -6/+6 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -32/+36 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -3/+3 |
2014-11-18 | The result of symtab expansion is always a primary symtab. | Doug Evans | 1 | -9/+14 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -3/+3 |
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 | -2/+2 |
2014-06-07 | Revert patchset for c++/16253: it causes a large performance regression. | Keith Seitz | 1 | -5/+10 |
2014-04-14 | Remove symbol_matches_domain. This fixes | Keith Seitz | 1 | -10/+5 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -7/+7 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-14 | psymtab cleanup patch 2/3 | Doug Evans | 1 | -6/+6 |
2014-01-14 | psymtab cleanup patch 1/3 | Doug Evans | 1 | -28/+0 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |