summaryrefslogtreecommitdiff
path: root/gdb/source.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * disasm.h (DISASSEMBLY_FILENAME): New macro.Markus Metzger2012-11-131-0/+5
* * symtab.h (print_source_lines_flags): New enum.Markus Metzger2012-11-131-8/+8
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-6/+8
* http://sourceware.org/ml/gdb-patches/2012-10/msg00083.htmlAndrew Burgess2012-11-091-0/+7
* gdb/doc:Yao Qi2012-11-081-0/+1
* * tracepoint.c (print_one_static_tracepoint_marker): Constify.Tom Tromey2012-10-181-1/+1
* gdb/Yao Qi2012-09-171-4/+4