2016-10-06 |
Tom Tromey | Remove Java support |
blob | commitdiff | raw |
2016-07-26 |
Tom Tromey | PR python/20190 - compute TLS symbol without a frame |
blob | commitdiff | raw | diff to current |
2016-06-24 |
Tom Tromey | Move logic out of symbol_find_demangled_name |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Tom Tromey | Add support for the Rust language |
blob | commitdiff | raw | diff to current |
2016-05-08 |
Trevor Saunders | remove trivialy unused variables |
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-11-17 |
Pedro Alves | Introduce null_block_symbol |
blob | commitdiff | raw | diff to current |
2015-10-26 |
Simon Marchi | symtab.c: Add cast |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Pedro Alves | More char constification |
blob | commitdiff | raw | diff to current |
2015-09-25 |
Simon Marchi | Add some more casts (2/2) |
blob | commitdiff | raw | diff to current |
2015-09-25 |
Simon Marchi | Add casts to memory allocation related calls |
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 |
Jan Kratochvil | [ppc64le] Use skip_entrypoint for skip_trampoline_code |
blob | commitdiff | raw | diff to current |
2015-08-26 |
Simon Marchi | Replace some xmalloc-family functions with XNEW-family... |
blob | commitdiff | raw | diff to current |
2015-08-10 |
Doug Evans | PR gdb/17960 Internal error: tracker != NULL when compl... |
blob | commitdiff | raw | diff to current |
2015-08-06 |
Simon Marchi | Add casts for legitimate integer to enum conversions |
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-07-14 |
Simon Marchi | Remove CHECK_TYPEDEF, use check_typedef instead |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Jan Kratochvil | Do not skip prologue for asm (.S) files |
blob | commitdiff | raw | diff to current |
2015-05-27 |
Doug Evans | PR symtab/18258 |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Jan Kratochvil | Remove --xdb |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Doug Evans | symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbol... |
blob | commitdiff | raw | diff to current |
2015-03-07 |
Pedro Alves | Split TRY_CATCH into TRY + CATCH |
blob | commitdiff | raw | diff to current |
2015-03-06 |
Gary Benson | New common function "startswith" |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Tom Tromey | Fix struct, union, and enum nesting in C++ |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Pedro Alves | C++ keyword cleanliness, mostly auto-generated |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Doug Evans | completer.c (completion_list_add_name): Fix memory... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Gary Benson | Add max-completions parameter, and implement tab-comple... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Gary Benson | Build list of completions as symbol tables are expanded. |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Gary Benson | new callback parameter expansion_notify for expand_symt... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Doug Evans | Add symbol lookup cache. |
blob | commitdiff | raw | diff to current |
2015-01-11 |
Doug Evans | Temporarily revert symbol lookup cache. |
blob | commitdiff | raw | diff to current |
2015-01-11 |
Doug Evans | symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME... |
blob | commitdiff | raw | diff to current |
2015-01-11 |
Doug Evans | Improve comments for symbol_cache_mark_{not_,}found. |
blob | commitdiff | raw | diff to current |
2015-01-11 |
Doug Evans | Add symbol lookup cache. |
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 | 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-11 |
Doug Evans | (lookup_global_symbol_from_objfile): Simplify. |
blob | commitdiff | raw | diff to current |
2014-12-11 |
Doug Evans | symtab.c (domain_name) <MODULE_DOMAIN>: Add missing... |
blob | commitdiff | raw | diff to current |
2014-12-05 |
Jan Kratochvil | Unify lookup_symbol_in_objfile_symtabs |
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-04 |
Jan Kratochvil | Accelerate lookup_symbol_aux_objfile 85x |
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-22 |
Doug Evans | symtab.c: Comment and whitespace improvements. |
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_OBJFILE: New macro. |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Doug Evans | Use SYMBOL_OBJFILE more. |
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-10 |
Doug Evans | PR 17564: Fix objfile search order for static symbols. |
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 | Rename lookup_symbol_global to lookup_global_symbol. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | symtab.c (basic_lookup_symbol_nonlocal): Add comment. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | Rename some "aux" functions. |
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 | New macro ALL_BLOCK_SYMBOLS_WITH_NAME. |
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-11-07 |
Doug Evans | Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Doug Evans | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE... |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Doug Evans | symtab.c (lookup_symbol_aux_local): Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Doug Evans | Rename parameter "kind" to "block_index" in quick looku... |
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-10-26 |
Doug Evans | symtab.c: forward decl cleanup |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Doug Evans | symtab.c (lookup_symbol_aux_quick): Set block_found... |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Doug Evans | Move definition of some prologue-related functions... |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Doug Evans | symtab.c (find_function_start_sal): Move definition... |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Gary Benson | Include string.h in common-defs.h |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Gary Benson | Include gdb_assert.h in common-defs.h |
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 | constify some blockvector APIs |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Tom Tromey | remove unneeded cast in symtab.c |
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 | start change to progspace independence |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | use bound_minsym as result for lookup_minimal_symbol... |
blob | commitdiff | raw | diff to current |
2014-02-26 |
Tom Tromey | change minsym representation |
blob | commitdiff | raw | diff to current |
2014-02-04 |
Ulrich Weigand | PowerPC64 ELFv2 ABI: skip global entry point code |
blob | commitdiff | raw | diff to current |
2014-01-18 |
Iain Buclaw | Add d_main_name to set the logical entry point for... |
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 | move main name into the progspace |
blob | commitdiff | raw | diff to current |
2014-01-15 |
Tom Tromey | make language_of_main static |
blob | commitdiff | raw | diff to current |
2014-01-15 |
Doug Evans | psymtab cleanup patch 3/3 |
blob | commitdiff | raw | diff to current |
2014-01-15 |
Doug Evans | psymtab cleanup patch 1/3 |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Honggyu Kim | Remove duplicated #include's from GDB |
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-10 |
Joel Brobecker | Set language for Ada minimal symbols. |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Tom Tromey | remove gdb_stat.h |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Tom Tromey | remove gdb_string.h |
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 |
next |