Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+2 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -6/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -6/+2 |
2017-11-07 | Constify add_path and friends | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify some commands in source.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-04 | Kill init_sal | Pedro Alves | 1 | -7/+6 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 1 | -25/+18 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -6/+6 |
2017-08-22 | Change rewrite_source_path to return a unique_xmalloc_ptr | Tom Tromey | 1 | -31/+19 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -2/+2 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -5/+3 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -24/+6 |
2017-08-03 | Use gdb_file_up in source.c | Tom Tromey | 1 | -29/+16 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -17/+14 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -3/+4 |
2016-04-21 | Add missing sentinel 'char *' casts in concat/reconcat calls | Pedro Alves | 1 | -2/+2 |
2016-04-19 | * source.c (is_regular_file): New arg errno_ptr. | Doug Evans | 1 | -8/+27 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-11 | gdb: Make lines_to_list variable static. | Andrew Burgess | 1 | -1/+1 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -3/+4 |
2015-10-27 | source.c:openp: save/restore errno | Pedro Alves | 1 | -0/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+8 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+3 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -16/+0 |
2015-01-30 | Add producer string to output of info source. | Doug Evans | 1 | -2/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -4/+8 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -6/+8 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -4/+5 |
2014-11-10 | source.c (select_source_symtab): Rewrite to use ALL_SYMTABS. | Doug Evans | 1 | -11/+8 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-03 | gdb/source.c: Fix matching path substitute rule listing | Brad Mouring | 1 | -1/+1 |
2014-06-02 | simplify substitute_path_rule_matches using filename_ncmp | Joel Brobecker | 1 | -9/+2 |
2014-06-02 | Remove some trailing spaces in source.c | Joel Brobecker | 1 | -1/+1 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -4/+22 |
2014-01-07 | Fix dir command for duplicated paths and add a new testcase. | Edjunior Barbosa Machado | 1 | -10/+26 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-02 | Record objfile->original_name as an absolute path | Jan Kratochvil | 1 | -21/+3 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-04 | Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH. | Jan Kratochvil | 1 | -10/+13 |
2013-08-28 | PR gdb/15415 | Jan Kratochvil | 1 | -9/+22 |
2013-08-20 | * blockframe.c: Remove #include "psymtab.h". | Doug Evans | 1 | -3/+0 |
2013-06-20 | * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH | Doug Evans | 1 | -3/+4 |