Age | Commit message (Expand) | Author | Files | Lines |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -4/+2 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -5/+4 |
2016-06-09 | Add negative repeat count to 'x' command | Toshihito Kikuchi | 1 | -2/+260 |
2016-01-20 | minor reformatting in printcmd.c::print_scalar_formatted | Joel Brobecker | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-24 | List displays in ascending order | Pedro Alves | 1 | -2/+12 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-09-15 | Fix PR/18564 - regression in showing __thread so extern variable | Philippe Waroquiers | 1 | -5/+8 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -1/+5 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-05-21 | gdb: Remove register class specific layout names. | Andrew Burgess | 1 | -46/+35 |
2015-05-16 | Code cleanup: Make parts of print_command_1 public | Jan Kratochvil | 1 | -44/+53 |
2015-03-27 | Revert: Code cleanup: Move print_command_1 expr variable scope | Jan Kratochvil | 1 | -2/+1 |
2015-03-26 | Code cleanup: Move print_command_1 expr variable scope | Jan Kratochvil | 1 | -1/+2 |
2015-03-26 | Code cleanup: Make validate_format parameter const | Jan Kratochvil | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -16/+24 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -12/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -1/+4 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -2/+2 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
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-07-30 | constify some cli-utils stuff | Tom Tromey | 1 | -1/+1 |
2014-05-05 | Show new created display | Yao Qi | 1 | -1/+1 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -22/+22 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -10/+10 |
2014-02-24 | * value.c (record_latest_value): Fix comment. | Doug Evans | 1 | -12/+4 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-29 | New remove-symbol-file command. | Nicolas Blanc | 1 | -6/+9 |
2013-10-17 | fix for PR gdb/15995 | Tom Tromey | 1 | -0/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -3/+3 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -6/+6 |
2013-07-25 | Add new 'z' format for print command. | Andrew Burgess | 1 | -1/+6 |
2013-06-07 | gdb/printcmd.c: Fix printing of Thumb minimal symbols. | Will Newton | 1 | -0/+11 |
2013-05-30 | fix print_command_1 | Tom Tromey | 1 | -6/+3 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -1/+6 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -8/+10 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -2/+3 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -8/+9 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -7/+20 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -6/+6 |
2013-02-11 | (printf_c_string): Fix thinko in comment. | Doug Evans | 1 | -3/+2 |
2013-02-11 | * printcmd.c (printf_c_string,printf_wide_c_string): New functions. | Doug Evans | 1 | -231/+242 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+2 |