2019-06-04 |
Pedro Alves | Introduce and use make_unique_xstrdup |
blob | commitdiff |
2019-05-04 |
Tom Tromey | Don't derive partial_symbol from general_symbol_info |
blob | commitdiff | diff to current |
2019-03-25 |
Tom Tromey | More block constification |
blob | commitdiff | diff to current |
2019-03-07 |
Tom Tromey | C++-ify bcache |
blob | commitdiff | diff to current |
2019-01-17 |
Tom Tromey | Make psymtab range adapter a method on objfile |
blob | commitdiff | diff to current |
2019-01-17 |
Tom Tromey | Change all_objfiles adapter to be a method on program_space |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Move psymtabs to their own obstack |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Make psymtab_storage::free_psymtabs private |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Move more allocations to psymtab obstack |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Allocate the address map on the psymtab obstack |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Introduce class psymtab_storage |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Change symbol_set_names to take an objfile_per_bfd_storage |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Simplify calls to init_psymbol_list |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Change add_psymbol_to_list to use an enum |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Remove parameters from start_psymtab_common |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Remove some unneeded psymtab initializations |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Remove ALL_OBJFILE_PSYMTABS |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Remove most uses of ALL_OBJFILES |
blob | commitdiff | diff to current |
2019-01-10 |
Tom Tromey | Remove ALL_PSPACE_OBJFILES |
blob | commitdiff | diff to current |
2019-01-04 |
Tom Tromey | Use upper case for more metasyntactic variables in gdb |
blob | commitdiff | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | diff to current |
2018-11-09 |
Tom Tromey | Return scoped_fd from open_source_file and find_and_ope... |
blob | commitdiff | diff to current |
2018-10-04 |
Joel Brobecker | reformat parameters of gdb/psymtab.c::recursively_searc... |
blob | commitdiff | diff to current |
2018-10-04 |
Tom Tromey | Clean up "Reading symbols" output |
blob | commitdiff | diff to current |
2018-10-04 |
Tom Tromey | Use filtered printing when reading symbols |
blob | commitdiff | diff to current |
2018-07-26 |
Tom Tromey | Make psymbols and psymtabs independent of the program... |
blob | commitdiff | diff to current |
2018-07-26 |
Tom Tromey | Introduce accessors for psymtab high and low fields |
blob | commitdiff | diff to current |
2018-07-26 |
Tom Tromey | Introduce partial_symbol::address |
blob | commitdiff | diff to current |
2018-07-26 |
Tom Tromey | Change representation of psymbol to flush out accessors |
blob | commitdiff | diff to current |
2018-05-21 |
Simon Marchi | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible |
blob | commitdiff | diff to current |
2018-02-14 |
Tom Tromey | Change openp et al to use a unique_xmalloc_ptr |
blob | commitdiff | diff to current |
2018-01-10 |
Pedro Alves | language_get_symbol_name_matcher -> get_symbol_name_matcher |
blob | commitdiff | diff to current |
2018-01-05 |
Pedro Alves | Fix regresssion(internal-error) printing subprogram... |
blob | commitdiff | diff to current |
2018-01-02 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | diff to current |
2017-12-31 |
Ruslan Kabatsayev | Avoid indexing std::vector past the end |
blob | commitdiff | diff to current |
2017-12-05 |
Simon Marchi | Remove some unused variables |
blob | commitdiff | diff to current |
2017-11-17 |
Tom Tromey | Handle dereferencing Rust trait objects |
blob | commitdiff | diff to current |
2017-11-09 |
Tom Tromey | Simplify the psymbol hash function |
blob | commitdiff | diff to current |
2017-11-08 |
Pedro Alves | lookup_name_info::make_ignore_params |
blob | commitdiff | diff to current |
2017-11-08 |
Pedro Alves | Introduce lookup_name_info and generalize Ada's FULL... |
blob | commitdiff | diff to current |
2017-10-14 |
Simon Marchi | Replace psymbol_allocation_list with std::vector |
blob | commitdiff | diff to current |
2017-10-09 |
Pedro Alves | Make cp_remove_params return a gdb::unique_xmalloc_ptr |
blob | commitdiff | diff to current |
2017-09-27 |
Tom Tromey | Constify some functions in psymtab.c |
blob | commitdiff | diff to current |
2017-09-09 |
John Baldwin | Remove unnecessary function prototypes. |
blob | commitdiff | diff to current |
2017-08-22 |
Tom Tromey | Change psymtab_search_name to return a unique_xmalloc_ptr |
blob | commitdiff | diff to current |
2017-08-22 |
Tom Tromey | Change rewrite_source_path to return a unique_xmalloc_ptr |
blob | commitdiff | diff to current |
2017-08-05 |
Tom Tromey | Use gdb::unique_xmalloc_ptr when calling tilde_expand |
blob | commitdiff | diff to current |
2017-08-03 |
Tom Tromey | Introduce gdb_argv, a class wrapper for buildargv |
blob | commitdiff | diff to current |
2017-07-20 |
Pedro Alves | Use SYMBOL_MATCHES_SEARCH_NAME some more |
blob | commitdiff | diff to current |
2017-04-12 |
Tom Tromey | Change increment_reading_symtab to return a scoped_restore |
blob | commitdiff | diff to current |
2017-04-05 |
Pedro Alves | -Wwrite-strings: The Rest |
blob | commitdiff | diff to current |
2017-02-23 |
Pedro Alves | Use gdb::function_view in iterate_over_symtabs & co |
blob | commitdiff | diff to current |
2017-02-16 |
Sergio Durigan Junior | PR gdb/21164: maint print {symbols,msymbols,psymbols... |
blob | commitdiff | diff to current |
2017-02-02 |
Pedro Alves | Eliminate make_cleanup_ui_file_delete / make ui_file... |
blob | commitdiff | diff to current |
2017-01-11 |
Tom Tromey | Remove make_cleanup_discard_psymtabs |
blob | commitdiff | diff to current |
2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
blob | commitdiff | diff to current |
2016-12-22 |
Doug Evans | New syntax for mt print symbols,msymbols,psymbols. |
blob | commitdiff | diff to current |
2016-10-06 |
Tom Tromey | Remove Java support |
blob | commitdiff | diff to current |
2016-10-05 |
Tom Tromey | PR symtab/20652 - fix psymbol_compare |
blob | commitdiff | diff to current |
2016-04-21 |
Pedro Alves | Add missing sentinel 'char *' casts in concat/reconcat... |
blob | commitdiff | diff to current |
2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
blob | commitdiff | diff to current |
2015-10-27 |
Pedro Alves | psymtab.c: Add casts |
blob | commitdiff | diff to current |
2015-10-26 |
Doug Evans | Print address map in output of "mt print psymbols" |
blob | commitdiff | diff to current |
2015-09-25 |
Simon Marchi | Add some more casts (2/2) |
blob | commitdiff | diff to current |
2015-08-26 |
Simon Marchi | Replace some xmalloc-family functions with XNEW-family... |
blob | commitdiff | diff to current |
2015-08-16 |
Doug Evans | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. |
blob | commitdiff | diff to current |
2015-08-15 |
Doug Evans | Add end_psymtab_common, have all debug info readers... |
blob | commitdiff | diff to current |
2015-08-15 |
Doug Evans | objfiles.h,psympriv.h,psymtab.c: Whitespace. |
blob | commitdiff | diff to current |
2015-07-31 |
Simon Marchi | Mostly trivial enum fixes |
blob | commitdiff | diff to current |
2015-06-19 |
Doug Evans | Remove special support in gdb for Sun's version of... |
blob | commitdiff | diff to current |
2015-05-27 |
Doug Evans | PR symtab/18258 |
blob | commitdiff | diff to current |
2015-04-15 |
Doug Evans | Make info fun|var|types interruptable for psyms. |
blob | commitdiff | diff to current |
2015-02-27 |
Pedro Alves | C++ keyword cleanliness, mostly auto-generated |
blob | commitdiff | diff to current |
2015-01-31 |
Gary Benson | new callback parameter expansion_notify for expand_symt... |
blob | commitdiff | diff to current |
2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
blob | commitdiff | diff to current |
2014-12-13 |
Doug Evans | Give quick_symbol_functions "methods" a consistent... |
blob | commitdiff | diff to current |
2014-11-21 |
Doug Evans | psymtab.c (psymtab_search_name): Fix whitespace. |
blob | commitdiff | diff to current |
2014-11-20 |
Doug Evans | Split struct symtab into two: struct symtab and compuni... |
blob | commitdiff | diff to current |
2014-11-18 |
Doug Evans | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR... |
blob | commitdiff | diff to current |
2014-11-18 |
Doug Evans | The result of symtab expansion is always a primary... |
blob | commitdiff | diff to current |
2014-11-07 |
Doug Evans | Move lookup_block_symbol to block.c, rename to block_lo... |
blob | commitdiff | diff to current |
2014-08-07 |
Gary Benson | Include gdb_assert.h in common-defs.h |
blob | commitdiff | diff to current |
2014-06-18 |
Tom Tromey | constify some blockvector APIs |
blob | commitdiff | diff to current |
2014-06-07 |
Keith Seitz | Revert patchset for c++/16253: it causes a large perfor... |
blob | commitdiff | diff to current |
2014-04-14 |
Keith Seitz | Remove symbol_matches_domain. This fixes |
blob | commitdiff | diff to current |
2014-02-26 |
Tom Tromey | start change to progspace independence |
blob | commitdiff | diff to current |
2014-02-26 |
Tom Tromey | change minsym representation |
blob | commitdiff | diff to current |
2014-01-15 |
Doug Evans | psymtab cleanup patch 2/3 |
blob | commitdiff | diff to current |
2014-01-15 |
Doug Evans | psymtab cleanup patch 1/3 |
blob | commitdiff | diff to current |
2014-01-13 |
Tom Tromey | replace XCALLOC with XCNEWVEC or XCNEW |
blob | commitdiff | diff to current |
2014-01-01 |
Joel Brobecker | Update Copyright year range in all files maintained... |
blob | commitdiff | diff to current |
2013-12-06 |
Tom Tromey | put the psymtab filename in the filename bcache |
blob | commitdiff | diff to current |
2013-09-25 |
Doug Evans | * symfile.h (struct quick_symbol_functions): Reorg... |
blob | commitdiff | diff to current |
2013-09-24 |
Jan Kratochvil | Code cleanup: Add objfile_name accessor |
blob | commitdiff | diff to current |
2013-08-07 |
Tom Tromey | remove unused qf method |
blob | commitdiff | diff to current |
2013-05-17 |
Doug Evans | * NEWS: Mention new maintenance commands check-symtabs... |
blob | commitdiff | diff to current |
2013-05-08 |
Doug Evans | * psymtab.c (expand_symtabs_matching_via_partial)... |
blob | commitdiff | diff to current |
2013-05-06 |
Doug Evans | * dbxread.c (process_one_symbol): Constify section_off... |
blob | commitdiff | diff to current |
2013-04-08 |
Tom Tromey | PR symtab/8424: |
blob | commitdiff | diff to current |
2013-04-08 |
Tom Tromey | * ada-lang.c (ada_decode_symbol): Check and set 'ada_m... |
blob | commitdiff | diff to current |
next |