summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-24/+6
* Use gdb_file_up in source.cTom Tromey2017-08-031-29/+16
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-17/+14
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-3/+4
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* * source.c (is_regular_file): New arg errno_ptr.Doug Evans2016-04-191-8/+27
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Make lines_to_list variable static.Andrew Burgess2015-12-111-1/+1
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-3/+4
* source.c:openp: save/restore errnoPedro Alves2015-10-271-0/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Remove --xdbJan Kratochvil2015-04-111-16/+0
* Add producer string to output of info source.Doug Evans2015-01-301-2/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-4/+8
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-6/+8
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-4/+5
* source.c (select_source_symtab): Rewrite to use ALL_SYMTABS.Doug Evans2014-11-101-11/+8
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* gdb/source.c: Fix matching path substitute rule listingBrad Mouring2014-06-031-1/+1
* simplify substitute_path_rule_matches using filename_ncmpJoel Brobecker2014-06-021-9/+2
* Remove some trailing spaces in source.cJoel Brobecker2014-06-021-1/+1