aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-08gdb: Fix skip of `\r` before `\n` in source outputAndrew Burgess1-6/+1
2019-01-01Fix 'Invalid read of size 4' in search_command_helperPhilippe Waroquiers1-0/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-19/+19
2018-12-28Add output styles to gdbTom Tromey1-1/+2
2018-12-08Merge forward-search/reverse-search, use gdb::def_vector, remove limitPedro Alves1-105/+44
2018-11-29Fix leak in forward-searchPhilippe Waroquiers1-1/+1
2018-11-24Re-fix leak in source.c (open_source_file).Philippe Waroquiers1-1/+1
2018-11-19Change get_filename_and_charpos to return voidTom Tromey1-12/+2
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-34/+31
2018-11-05Fix 4K leak in open_source_file each time next/step changes of function.Philippe Waroquiers1-1/+2
2018-09-13Remove cleanup from add_pathTom Tromey1-9/+7
2018-06-09Remove two more uses of make_cleanup_closeTom Tromey1-18/+12
2018-03-08Use scoped_fd in more placesTom Tromey1-7/+5
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-15/+9
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior1-34/+0
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-22/+19
2018-02-13Use enum flags for flags passed to openpSimon Marchi1-1/+1
2018-02-09Don't reference past the end of the vectorTom Tromey1-1/+1
2018-02-08Use gdb::def_vector in find_source_linesTom Tromey1-12/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-1/+2
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-11-07Constify add_infoTom Tromey1-6/+2