2017-11-17 |
Tom Tromey | Use an enum to represent subclasses of symbol |
blob | commitdiff | raw |
2017-11-17 |
Tom Tromey | Make template_symbol derive from symbol |
blob | commitdiff | raw | diff to current |
2017-11-17 |
Tom Tromey | Handle dereferencing Rust trait objects |
blob | commitdiff | raw | diff to current |
2017-11-15 |
John Baldwin | Include <array> to declare std::array<>. |
blob | commitdiff | raw | diff to current |
2017-11-08 |
Pedro Alves | Make the linespec/location completer ignore data symbols |
blob | commitdiff | raw | diff to current |
2017-11-08 |
Pedro Alves | Simplify completion_list_add_name | remove sym_text... |
blob | commitdiff | raw | diff to current |
2017-11-08 |
Pedro Alves | lookup_name_info::make_ignore_params |
blob | commitdiff | raw | diff to current |
2017-11-08 |
Pedro Alves | Introduce lookup_name_info and generalize Ada's FULL... |
blob | commitdiff | raw | diff to current |
2017-11-08 |
Pedro Alves | Per-language symbol name hashing algorithm |
blob | commitdiff | raw | diff to current |
2017-10-09 |
Tom Tromey | Change search_symbols to return std::vector |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Pedro Alves | Make "list ambiguous" show symbol names too |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Pedro Alves | Kill init_sal |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Pedro Alves | struct symtabs_and_lines -> std::vector<symtab_and_line> |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Pedro Alves | Handle function aliases better (PR gdb/19487, errno... |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Pedro Alves | Rewrite/enhance explicit locations completer, parse... |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Pedro Alves | Introduce class completion_tracker & rewrite completion... |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Pedro Alves | Rename make_symbol_completion_list_fn -> symbol_completer |
blob | commitdiff | raw | diff to current |
2017-07-14 |
Simon Marchi | ax-gdb: Remove unnecessary gdbarch parameters |
blob | commitdiff | raw | diff to current |
2017-04-12 |
Tom Tromey | Change find_pcs_for_symtab_line to return a std::vector |
blob | commitdiff | raw | diff to current |
2017-02-23 |
Pedro Alves | Use gdb::function_view in iterate_over_symtabs & co |
blob | commitdiff | raw | diff to current |
2017-02-02 |
Pedro Alves | Eliminate make_cleanup_ui_file_delete / make ui_file... |
blob | commitdiff | raw | diff to current |
2017-01-01 |
Joel Brobecker | update copyright year range in GDB files |
blob | commitdiff | raw | diff to current |
2016-11-08 |
Pedro Alves | Use ui_file_as_string throughout more |
blob | commitdiff | raw | diff to current |
2016-10-06 |
Tom Tromey | Remove Java support |
blob | commitdiff | raw | diff to current |
2016-07-26 |
Tom Tromey | PR python/20190 - compute TLS symbol without a frame |
blob | commitdiff | raw | diff to current |
2016-02-23 |
Doug Evans | Extend "skip" command to support -file, -gfile, -functi... |
blob | commitdiff | raw | diff to current |
2016-01-01 |
Joel Brobecker | GDB copyright headers update after running GDB's copyri... |
blob | commitdiff | raw | diff to current |
2015-12-18 |
Antoine Tremblay | Support software single step on ARM in GDBServer |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Pedro Alves | Introduce null_block_symbol |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Pedro Alves | Type-safe wrapper for enum flags |
blob | commitdiff | raw | diff to current |
2015-10-27 |
Doug Evans | symtab.h (struct general_symbol_info> <ada_mangled... |
blob | commitdiff | raw | diff to current |
2015-09-19 |
Doug Evans | symtab.h (general_symbol_info) <mangled_lang>: delete... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
Philippe Waroquiers | Fix PR/18564 - regression in showing __thread so extern... |
blob | commitdiff | raw | diff to current |
2015-08-30 |
Doug Evans | symtab.h (struct symbol): Tweak comment. |
blob | commitdiff | raw | diff to current |
2015-08-25 |
Pierre-Marie de... | DWARF: handle non-local references in nested functions |
blob | commitdiff | raw | diff to current |
2015-08-15 |
Doug Evans | Add end_psymtab_common, have all debug info readers... |
blob | commitdiff | raw | diff to current |
2015-08-15 |
Doug Evans | Use macros for some enum bit field sizes. |
blob | commitdiff | raw | diff to current |
2015-08-07 |
Andrew Burgess | gdb: Move get_frame_language from stack.c to frame.c. |
blob | commitdiff | raw | diff to current |
2015-08-01 |
Pierre-Marie de... | Replace the block_found global with explicit data-flow |
blob | commitdiff | raw | diff to current |
2015-02-28 |
Doug Evans | symtab.h (struct symtab) <next>: Fix comment. |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Doug Evans | Move clear_symtab_users, deduce_language_from_filename... |
blob | commitdiff | raw | diff to current |
2015-01-02 |
Doug Evans | symtab.h (struct symbol): Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Joel Brobecker | Update year range in copyright notice of all files... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Doug Evans | Look up primitive types as symbols. |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Doug Evans | symtab.h (SYMBOL_DOMAIN_BITS): New macro. |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Doug Evans | initialize_objfile_symbol: Renamed from initialize_symbol. |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Doug Evans | Add langdef arg to la_lookup_symbol_nonlocal. |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Doug Evans | Replace some symbol accessor macros with functions. |
blob | commitdiff | raw | diff to current |
2014-12-17 |
Doug Evans | New parameter "debug symbol-lookup". |
blob | commitdiff | raw | diff to current |
2014-12-17 |
Doug Evans | symtab.h (struct symbol_search) <symtab>: Delete, unnec... |
blob | commitdiff | raw | diff to current |
2014-12-12 |
Tom Tromey | the "compile" command |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Jan Kratochvil | Remove const from many struct objfile * |
blob | commitdiff | raw | diff to current |
2014-12-03 |
Doug Evans | Remove cplus_specific from general_symbol_info. |
blob | commitdiff | raw | diff to current |
2014-11-20 |
Doug Evans | Split struct symtab into two: struct symtab and compuni... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Doug Evans | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Doug Evans | symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Doug Evans | SYMTAB_DIRNAME: New macro. |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Doug Evans | SYMTAB_OBJFILE: New macro. |
blob | commitdiff | raw | diff to current |
2014-11-15 |
Doug Evans | PR symtab/17559 |
blob | commitdiff | raw | diff to current |
2014-11-15 |
Doug Evans | expand_symtab_containing_pc: Renamed from find_pc_sect_... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Pedro Alves | Revert old nexti prologue check and eliminate in_prologue |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | symtab.h (lookup_global_symbol): Improve function comment. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | Rename lookup_symbol_global to lookup_global_symbol. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | lookup_symbol_in_block: Renamed from lookup_symbol_aux_... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | Rename lookup_symbol_static to lookup_symbol_in_static_... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | Move lookup_block_symbol to block.c, rename to block_lo... |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Doug Evans | Move block_found decl to symtab.h. |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Doug Evans | Clean up some function comments in symtab.[ch]. |
blob | commitdiff | raw | diff to current |
2014-07-20 |
Yao Qi | Remove Chill from comments |
blob | commitdiff | raw | diff to current |
2014-06-30 |
Tom Tromey | constify search_symbols |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | make common_block const |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | constify some blockvector APIs |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | constify struct block in some places |
blob | commitdiff | raw | diff to current |
2014-06-07 |
Keith Seitz | Revert patchset for c++/16253: it causes a large perfor... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Keith Seitz | Remove symbol_matches_domain. This fixes |
blob | commitdiff | raw | diff to current |
2014-03-03 |
Tom Tromey | change probes to be program-space-independent |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | change minsyms not to be relocated at read-time |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | start change to progspace independence |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | make MSYMBOL_VALUE_ADDRESS an rvalue |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | change minsym representation |
blob | commitdiff | raw | diff to current |
2014-01-15 |
Tom Tromey | move the "main" data into the per-BFD object |
blob | commitdiff | raw | diff to current |
2014-01-15 |
Tom Tromey | make language_of_main static |
blob | commitdiff | raw | diff to current |
2014-01-01 |
Joel Brobecker | Update Copyright year range in all files maintained... |
blob | commitdiff | raw | diff to current |
2013-12-19 |
Keven Boell | fortran: enable ptype/whatis for modules. |
blob | commitdiff | raw | diff to current |
2013-12-06 |
Tom Tromey | make symtab::dirname const |
blob | commitdiff | raw | diff to current |
2013-12-06 |
Tom Tromey | make symtab::filename const |
blob | commitdiff | raw | diff to current |
2013-11-08 |
Doug Evans | Change "set debug symtab-create" to take a verbosity... |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Doug Evans | * symtab.c (domain_name, search_domain_name): New... |
blob | commitdiff | raw | diff to current |
2013-08-07 |
Tom Tromey | use language of the main symbol |
blob | commitdiff | raw | diff to current |
2013-08-05 |
Tom Tromey | remove msymbol_objfile |
blob | commitdiff | raw | diff to current |
2013-08-01 |
Doug Evans | * symtab.c (do_free_search_symbols_cleanup): Change... |
blob | commitdiff | raw | diff to current |
2013-08-01 |
Doug Evans | Further workarounds for binutils/15021. |
blob | commitdiff | raw | diff to current |
2013-04-12 |
Tom Tromey | * symtab.h (struct general_symbol_info) <value.bytes... |
blob | commitdiff | raw | diff to current |
2013-04-08 |
Tom Tromey | PR symtab/8424: |
blob | commitdiff | raw | diff to current |
2013-04-08 |
Tom Tromey | * ada-lang.c (ada_decode_symbol): Check and set 'ada_m... |
blob | commitdiff | raw | diff to current |
2013-04-08 |
Tom Tromey | * symtab.c (symbol_init_cplus_specific, symbol_set_dem... |
blob | commitdiff | raw | diff to current |
2013-04-08 |
Tom Tromey | * coffread.c (process_coff_symbol, coff_read_enum_type... |
blob | commitdiff | raw | diff to current |
2013-03-20 |
Tom Tromey | 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat... |
blob | commitdiff | raw | diff to current |
2013-03-13 |
Pedro Alves | Constify strings in tracepoint.c, lookup_cmd and the... |
blob | commitdiff | raw | diff to current |
2013-02-03 |
Jan Kratochvil | gdb/ |
blob | commitdiff | raw | diff to current |
next |