summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change get_filename_and_charpos to return voidTom Tromey2018-11-191-12/+2
* Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey2018-11-091-34/+31
* Fix 4K leak in open_source_file each time next/step changes of function.Philippe Waroquiers2018-11-051-1/+2
* Remove cleanup from add_pathTom Tromey2018-09-131-9/+7
* Remove two more uses of make_cleanup_closeTom Tromey2018-06-091-18/+12
* Use scoped_fd in more placesTom Tromey2018-03-081-7/+5
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-15/+9
* Make gdbserver work with filename-only binariesSergio Durigan Junior2018-02-281-34/+0
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-22/+19
* Use enum flags for flags passed to openpSimon Marchi2018-02-131-1/+1
* Don't reference past the end of the vectorTom Tromey2018-02-091-1/+1
* Use gdb::def_vector in find_source_linesTom Tromey2018-02-081-12/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+2
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Constify add_infoTom Tromey2017-11-071-6/+2
* Constify add_comTom Tromey2017-11-071-6/+2
* Constify add_path and friendsTom Tromey2017-11-071-3/+3
* Constify some commands in source.cTom Tromey2017-09-271-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Kill init_salPedro Alves2017-09-041-7/+6
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-25/+18
* Rename some command functionsSimon Marchi2017-08-221-6/+6
* Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey2017-08-221-31/+19
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-2/+2
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-5/+3