aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Fix buffer underflow in add_pathTom Tromey1-0/+1
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey1-4/+2
2021-02-27[PR gdb/27393] set directories: handle empty dirs.Lancelot SIX1-0/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-25/+25
2020-10-17[gdb/symtab] Handle setting line bp without debug line infoTom de Vries1-1/+6
2020-10-09Notify observers that directories have changed when using "directory" CLI com...Jan Vrany1-2/+9
2020-05-22gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess1-1/+1
2020-05-08Remove ALL_PSPACESTom Tromey1-3/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+1
2020-02-27gdb: Check for nullptr when computing srcpathAaron Merey1-2/+2
2020-02-26Add debuginfod support to GDBAaron Merey1-0/+30
2020-02-07Revert basenames_may_differ patchTom Tromey1-12/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-06Fix search in TUIHannes Domani1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Add observable to watch current source symtabTom Tromey1-37/+66
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-2/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-02Make current_source_* per-program-spaceTom Tromey1-48/+76
2019-10-02Don't call decode_line_with_current_source from select_source_symtabTom Tromey1-7/+4
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-1/+2
2019-09-17gdb: Look for compilation directory relative to directory search pathMike Gulick1-11/+58
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+7
2019-08-06Clean up source file error reportingTom Tromey1-14/+12
2019-08-06Add file offsets to the source cacheTom Tromey1-102/+18
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-06-15gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess1-25/+2
2019-06-15gdb: New function to open source file and compute line charpos dataAndrew Burgess1-17/+16
2019-06-15gdb: Remove unused parameterAndrew Burgess1-9/+3
2019-06-14Only compute realpath when basenames_may_differ is setTom Tromey1-5/+9
2019-06-06Apply substitute-path to relative filenames as wellРуслан Ижбулатов1-9/+4
2019-05-17Don't cast away const in find_and_open_sourceTom Tromey1-3/+1
2019-04-19Fix "list" when control characters are seenTom Tromey1-2/+6
2019-02-17Fix pager bugs with style outputTom Tromey1-22/+40
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Add compunits range adapter to objfileTom Tromey1-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-3/+3
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-10/+14
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-9/+12
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-5/+3
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-2/+0
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-7/+7
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-5/+4
2019-01-09gdb: Avoid signed integer overflow when printing source linesAndrew Burgess1-7/+41
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess1-24/+6
2019-01-08gdb: Handle requests to print source lines backwardAndrew Burgess1-1/+11