summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb/Jan Kratochvil2013-03-141-5/+12
* gdb/Jan Kratochvil2013-03-141-4/+9
* gdb/Jan Kratochvil2013-02-031-1/+1
* gdb/Jan Kratochvil2013-02-031-1/+5
* gdb/Jan Kratochvil2013-02-031-16/+23
* gdb/Jan Kratochvil2013-02-031-0/+51
* gdb/Jan Kratochvil2013-02-031-10/+4
* gdb/Jan Kratochvil2013-01-131-1/+1
* gdb/Jan Kratochvil2013-01-131-3/+18
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Jan Kratochvil2012-12-251-20/+16
* * defs.h (directory_command): Don't declare.Tom Tromey2012-12-181-1/+1