summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-4/+22
* Fix dir command for duplicated paths and add a new testcase.Edjunior Barbosa Machado2014-01-071-10/+26
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Record objfile->original_name as an absolute pathJan Kratochvil2013-12-021-21/+3
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil2013-09-041-10/+13
* PR gdb/15415Jan Kratochvil2013-08-281-9/+22
* * blockframe.c: Remove #include "psymtab.h".Doug Evans2013-08-201-3/+0
* * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATHDoug Evans2013-06-201-3/+4
* fix source.cTom Tromey2013-05-301-0/+4
* some cleanup checker fixesTom Tromey2013-05-301-3/+12
* source.c: Use fgetc instead of getc.Joel Brobecker2013-05-091-4/+4
* PR gdb/7912:Tom Tromey2013-04-221-3/+4
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-1/+4
* Fix PR gdb/15294: list with unlimited listsize brokenPedro Alves2013-03-281-4/+4