summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parameter from select_source_symtabTom Tromey2023-05-071-12/+4
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-8/+8
* Merge forget_cached_source_info_for_objfile into objfile methodTom Tromey2023-03-071-23/+1
* gdb/source: Fix open_source_file error handlingAaron Merey2023-02-101-10/+30
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdb/source.c: Fix undefined behaviour dereferencing empty stringMagne Hov2022-09-241-9/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-1/+2
* Rewrite registry.hTom Tromey2022-07-281-1/+2
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-1/+1
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-8/+11
* gdb: remove symtab::pspaceSimon Marchi2022-04-071-1/+1
* gdb: remove symtab::objfileSimon Marchi2022-04-071-1/+1
* gdb: remove symtab::dirnameSimon Marchi2022-04-071-7/+8
* Remove dbx modeTom Tromey2022-03-311-3/+0
* Unify gdb printf functionsTom Tromey2022-03-291-46/+46
* Unify gdb puts functionsTom Tromey2022-03-291-3/+3
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* gdb: remove SYMTAB_DIRNAME macroSimon Marchi2022-02-061-7/+7
* gdb: remove SYMTAB_PSPACE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMTAB_LANGUAGE macro, add getter/setterSimon Marchi2022-02-061-1/+2
* gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi2022-02-061-3/+3
* gdb: remove COMPUNIT_MACRO_TABLE macro, add getter/setterSimon Marchi2022-02-061-2/+2
* gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi2022-02-061-2/+2
* gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi2022-02-061-2/+2
* gdb: remove COMPUNIT_OBJFILE macroSimon Marchi2022-02-061-1/+1
* Always call the wrap_here methodTom Tromey2022-01-261-5/+5
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-5/+5
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-6/+6
* C++-ify path substitution codeTom Tromey2021-12-121-120/+53
* Fix bug in source.c changeTom Tromey2021-12-071-2/+2
* Remove an xfree from add_pathTom Tromey2021-12-071-9/+4
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-28/+38
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-9/+7
* gdb: add setting to disable reading source code filesAndrew Burgess2021-09-271-3/+63
* Introduce find_source_or_rewriteTom Tromey2021-07-171-0/+28
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-2/+2
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-10/+11
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-1/+1
* Fix buffer underflow in add_pathTom Tromey2021-05-171-0/+1
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-4/+2
* [PR gdb/27393] set directories: handle empty dirs.Lancelot SIX2021-02-271-0/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-25/+25
* [gdb/symtab] Handle setting line bp without debug line infoTom de Vries2020-10-171-1/+6