summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_PSPACESTom Tromey2020-05-081-3/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+1
* gdb: Check for nullptr when computing srcpathAaron Merey2020-02-271-2/+2
* Add debuginfod support to GDBAaron Merey2020-02-261-0/+30
* Revert basenames_may_differ patchTom Tromey2020-02-071-12/+7
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Fix search in TUIHannes Domani2020-01-061-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add observable to watch current source symtabTom Tromey2019-12-201-37/+66
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-2/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Make current_source_* per-program-spaceTom Tromey2019-10-021-48/+76
* Don't call decode_line_with_current_source from select_source_symtabTom Tromey2019-10-021-7/+4
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-1/+2
* gdb: Look for compilation directory relative to directory search pathMike Gulick2019-09-171-11/+58
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+7
* Clean up source file error reportingTom Tromey2019-08-061-14/+12
* Add file offsets to the source cacheTom Tromey2019-08-061-102/+18
* Rename field_int to field_signedTom Tromey2019-07-171-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess2019-06-151-25/+2
* gdb: New function to open source file and compute line charpos dataAndrew Burgess2019-06-151-17/+16
* gdb: Remove unused parameterAndrew Burgess2019-06-151-9/+3
* Only compute realpath when basenames_may_differ is setTom Tromey2019-06-141-5/+9
* Apply substitute-path to relative filenames as wellРуслан Ижбулатов2019-06-061-9/+4
* Don't cast away const in find_and_open_sourceTom Tromey2019-05-171-3/+1
* Fix "list" when control characters are seenTom Tromey2019-04-191-2/+6
* Fix pager bugs with style outputTom Tromey2019-02-171-22/+40
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Add compunits range adapter to objfileTom Tromey2019-01-171-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-3/+3
* Remove ALL_OBJFILES and ALL_FILETABSTom Tromey2019-01-091-10/+14
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-9/+12
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-5/+3
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-2/+0
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-7/+7
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-5/+4
* gdb: Avoid signed integer overflow when printing source linesAndrew Burgess2019-01-091-7/+41
* gdb: Move declarations from symtab.h to source.hAndrew Burgess2019-01-081-24/+6
* gdb: Handle requests to print source lines backwardAndrew Burgess2019-01-081-1/+11
* gdb: Fix skip of `\r` before `\n` in source outputAndrew Burgess2019-01-081-6/+1
* Fix 'Invalid read of size 4' in search_command_helperPhilippe Waroquiers2019-01-011-0/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-19/+19
* Add output styles to gdbTom Tromey2018-12-281-1/+2
* Merge forward-search/reverse-search, use gdb::def_vector, remove limitPedro Alves2018-12-081-105/+44
* Fix leak in forward-searchPhilippe Waroquiers2018-11-291-1/+1
* Re-fix leak in source.c (open_source_file).Philippe Waroquiers2018-11-241-1/+1