Clean up some comments in minsyms.c
[external/binutils.git] / gdb / source.c
2019-02-17 Tom TromeyFix pager bugs with style output
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove ALL_OBJFILES and ALL_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-09 Andrew Burgessgdb: Avoid signed integer overflow when printing source...
2019-01-08 Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-08 Andrew Burgessgdb: Handle requests to print source lines backward
2019-01-08 Andrew Burgessgdb: Fix skip of `\r` before `\n` in source output
2019-01-01 Philippe WaroquiersFix 'Invalid read of size 4' in search_command_helper
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28 Tom TromeyAdd output styles to gdb
2018-12-08 Pedro AlvesMerge forward-search/reverse-search, use gdb::def_vecto...
2018-11-29 Philippe WaroquiersFix leak in forward-search
2018-11-24 Philippe WaroquiersRe-fix leak in source.c (open_source_file).
2018-11-19 Tom TromeyChange get_filename_and_charpos to return void
2018-11-09 Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-11-05 Philippe WaroquiersFix 4K leak in open_source_file each time next/step...
2018-09-13 Tom TromeyRemove cleanup from add_path
2018-06-09 Tom TromeyRemove two more uses of make_cleanup_close
2018-03-09 Tom TromeyUse scoped_fd in more places
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-28 Sergio Durigan JuniorMake gdbserver work with filename-only binaries
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-13 Simon MarchiUse enum flags for flags passed to openp
2018-02-09 Tom TromeyDon't reference past the end of the vector
2018-02-08 Tom TromeyUse gdb::def_vector in find_source_lines
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyConstify add_path and friends
2017-09-27 Tom TromeyConstify some commands in source.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22 Simon MarchiRename some command functions
2017-08-22 Tom TromeyChange rewrite_source_path to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyUse gdb_file_up in source.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-19 Doug Evans* source.c (is_regular_file): New arg errno_ptr.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-11 Andrew Burgessgdb: Make lines_to_list variable static.
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-10-27 Pedro Alvessource.c:openp: save/restore errno
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-04-11 Jan KratochvilRemove --xdb
2015-01-31 Doug EvansAdd producer string to output of info source.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug EvansSYMTAB_DIRNAME: New macro.
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-11 Doug Evanssource.c (select_source_symtab): Rewrite to use ALL_SYM...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-03 Brad Mouringgdb/source.c: Fix matching path substitute rule listing
2014-06-02 Joel Brobeckersimplify substitute_path_rule_matches using filename_ncmp
2014-06-02 Joel BrobeckerRemove some trailing spaces in source.c
2014-05-21 Pedro AlvesPR gdb/13860: make -interpreter-exec console "list...
2014-01-07 Edjunior Barbosa... Fix dir command for duplicated paths and add a new...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02 Jan KratochvilRecord objfile->original_name as an absolute path
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-04 Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-08-28 Jan KratochvilPR gdb/15415
2013-08-20 Doug Evans * blockframe.c: Remove #include "psymtab.h".
2013-06-20 Doug Evans * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEA...
2013-05-30 Tom Tromeyfix source.c
2013-05-30 Tom Tromeysome cleanup checker fixes
2013-05-09 Joel Brobeckersource.c: Use fgetc instead of getc.
2013-04-22 Tom Tromey PR gdb/7912:
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-03-28 Pedro AlvesFix PR gdb/15294: list with unlimited listsize broken
2013-03-14 Jan Kratochvilgdb/
2013-03-14 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-01-13 Jan Kratochvilgdb/
2013-01-13 Jan Kratochvilgdb/
next