Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-05-30 | fix source.c | Tom Tromey | 1 | -0/+4 |
2013-05-30 | some cleanup checker fixes | Tom Tromey | 1 | -3/+12 |
2013-05-09 | source.c: Use fgetc instead of getc. | Joel Brobecker | 1 | -4/+4 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -3/+4 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -1/+4 |
2013-03-28 | Fix PR gdb/15294: list with unlimited listsize broken | Pedro Alves | 1 | -4/+4 |
2013-03-14 | gdb/ | Jan Kratochvil | 1 | -5/+12 |
2013-03-14 | gdb/ | Jan Kratochvil | 1 | -4/+9 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+5 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -16/+23 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -0/+51 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -10/+4 |
2013-01-13 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-13 | gdb/ | Jan Kratochvil | 1 | -3/+18 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-25 | gdb/ | Jan Kratochvil | 1 | -20/+16 |
2012-12-18 | * defs.h (directory_command): Don't declare. | Tom Tromey | 1 | -1/+1 |
2012-11-13 | * disasm.h (DISASSEMBLY_FILENAME): New macro. | Markus Metzger | 1 | -0/+5 |
2012-11-13 | * symtab.h (print_source_lines_flags): New enum. | Markus Metzger | 1 | -8/+8 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -6/+8 |