Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | gdb: Use class_info when creating info commands. | Andrew Burgess | 1 | -1/+1 |
2015-10-26 | PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy fails | Doug Evans | 1 | -4/+10 |
2015-10-24 | cli-setshow.c: Constify variable | Simon Marchi | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-10-06 | parse load_offset (bias) of restore command as long | Pitchumani Sivanupandi | 1 | -2/+3 |
2015-09-28 | cli-script.c: Fix read_next_line's comment | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 3 | -7/+7 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 5 | -8/+9 |
2015-09-21 | Add two missing consts | Simon Marchi | 1 | -1/+1 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -0/+13 |
2015-09-04 | gdb/cli: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 4 | -23/+13 |
2015-08-18 | PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if... | Doug Evans | 1 | -1/+3 |
2015-08-14 | New /s modifier for the disassemble command. | Doug Evans | 1 | -7/+37 |
2015-08-11 | Explicit locations: use new location API | Keith Seitz | 1 | -8/+39 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 2 | -54/+0 |
2015-05-16 | compile: Distribute scope, add scope_data | Jan Kratochvil | 1 | -1/+2 |
2015-04-24 | gdb: Add internationalization support to a few strings. | Andrew Burgess | 1 | -5/+5 |
2015-04-24 | gdb: Add support for dumping to verilog hex format. | Andrew Burgess | 1 | -0/+38 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 2 | -14/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2 | -9/+9 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 2 | -8/+8 |
2015-03-06 | New common function "startswith" | Gary Benson | 2 | -15/+15 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 4 | -71/+71 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -1/+23 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 13 | -13/+13 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -1/+30 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -5/+7 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 3 | -3/+0 |
2014-09-07 | Fix PR gdb/17035: "show user" doesn't list user-defined commands that | Gabriel Krisman Bertazi | 4 | -5/+16 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 2 | -0/+19 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 8 | -9/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 5 | -5/+0 |
2014-07-30 | constify some cli-utils stuff | Tom Tromey | 2 | -14/+31 |
2014-07-24 | constify command docs | Tom Tromey | 3 | -17/+20 |
2014-07-24 | constify command prefix | Tom Tromey | 5 | -16/+17 |
2014-07-24 | constify deprecate_cmd | Tom Tromey | 2 | -2/+2 |
2014-07-24 | constify help_cmd | Tom Tromey | 2 | -3/+2 |
2014-07-24 | constify cli-dump.c | Tom Tromey | 1 | -17/+18 |
2014-07-03 | Assign 'targerr' instead of 'targ' to gdb_stdtargerr. | Marc Khouzam | 1 | -1/+1 |
2014-07-01 | use cmd_sfunc_ftype and cmd_cfunc_ftype more | Tom Tromey | 1 | -7/+6 |
2014-06-26 | constify error_no_arg | Tom Tromey | 1 | -1/+1 |
2014-06-26 | constify do_set_command and do_show_command | Tom Tromey | 2 | -7/+9 |
2014-06-18 | constify parse_cli_boolean_value | Tom Tromey | 2 | -2/+2 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 2 | -9/+10 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -11/+20 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 1 | -3/+61 |