aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Call forget_cached_source_info to clear the stale source cacheH.J. Lu2019-10-241-0/+3
* Fix typos in symfile.c and i386-darwin-tdep.cSergio Durigan Junior2019-10-191-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Use new %p format suffixes in gdbPedro Alves2019-10-011-7/+6
* bfd_section_* macrosAlan Modra2019-09-191-62/+57
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Don't duplicate comment in symfile.c and .hChristian Biesinger2019-09-161-9/+1
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-3/+1
* Use obstack_strdup moreTom Tromey2019-08-061-3/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Constify main_nameTom Tromey2019-07-181-1/+1
* Introduce field_unsignedTom Tromey2019-07-151-6/+6
* Use field_core_addr in more placesTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Fix breakpoints on file reloads for PIE binariesAlan Hayward2019-07-081-0/+12
* Move generic_load declaration to symfile.hSimon Marchi2019-07-021-0/+2
* Warn if add-symbol-file does not provide any symbolsTom Tromey2019-06-141-6/+3
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Fix lookup of separate debug file on MS-Windows.Eli Zaretskii2019-05-031-0/+22
* Make objfile::static_links an htab_upTom Tromey2019-04-191-1/+1
* Fix a couple of commentsTom Tromey2019-04-101-6/+0
* Remove some uses of "object_files"Tom Tromey2019-04-101-2/+1
* Have parser reset the innermost block trackerTom Tromey2019-03-231-6/+0
* Remove minsym terminationTom Tromey2019-03-151-1/+0
* C++-ify bcacheTom Tromey2019-03-071-2/+2
* Try to use the canonical version of a sysroot for debug file links.John Baldwin2019-02-121-3/+10
* Use child_path to determine if an object file is under a sysroot.John Baldwin2019-02-121-5/+7
* Look for separate debug files in debug directories under a sysroot.John Baldwin2019-02-121-2/+15
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove clear_symtab_users_cleanupTom Tromey2019-01-231-14/+10
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-12/+12
* Introduce objfile::reset_psymtabsTom Tromey2019-01-101-11/+1
* Introduce class psymtab_storageTom Tromey2019-01-101-7/+7
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-95/+97
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-29/+32
* Fix search of debug files for remote debuggeeAndrey Utkin2019-01-021-3/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style the "Reading symbols" messageTom Tromey2018-12-281-1/+6
* Improve "set debug separate-debug-file"Simon Marchi2018-12-261-5/+34
* Clear static_links in reread_symbolsTom Tromey2018-10-191-0/+1
* Simplify complaints even moreTom Tromey2018-10-041-4/+4
* Only print "no debugging symbols" message onceTom Tromey2018-10-041-1/+6
* Clean up "Reading symbols" outputTom Tromey2018-10-041-17/+3
* Use filtered printing when reading symbolsTom Tromey2018-10-041-25/+25
* Pass the correct argument to the observer in reread_symbolsTom Tromey2018-07-221-1/+1
* Remove struct keyword in range-based for loopSimon Marchi2018-07-131-1/+1
* Remove a warning on macOSTom Tromey2018-07-131-1/+1