summaryrefslogtreecommitdiff
path: root/gdb/source.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Constify add_path and friendsTom Tromey
2017-09-27Constify some commands in source.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-22Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Use gdb_file_up in source.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-19* source.c (is_regular_file): New arg errno_ptr.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-11gdb: Make lines_to_list variable static.Andrew Burgess
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-10-27source.c:openp: save/restore errnoPedro Alves
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-04-11Remove --xdbJan Kratochvil
2015-01-30Add producer string to output of info source.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans
2014-11-10source.c (select_source_symtab): Rewrite to use ALL_SYMTABS.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-03gdb/source.c: Fix matching path substitute rule listingBrad Mouring
2014-06-02simplify substitute_path_rule_matches using filename_ncmpJoel Brobecker
2014-06-02Remove some trailing spaces in source.cJoel Brobecker
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves
2014-01-07Fix dir command for duplicated paths and add a new testcase.Edjunior Barbosa Machado
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil
2013-08-28PR gdb/15415Jan Kratochvil
2013-08-20 * blockframe.c: Remove #include "psymtab.h".Doug Evans