| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 2016-10-03 | 3 | -2/+74 |
* | Use std::string rather than dyn-string | Tom Tromey | 2016-09-23 | 1 | -23/+18 |
* | PR gdb/20604 - fix "quit" when an invalid expression is used | Tom Tromey | 2016-09-21 | 1 | -1/+12 |
* | gdb: Use std::min and std::max throughout | Pedro Alves | 2016-09-16 | 1 | -4/+5 |
* | Make stdin be per UI | Pedro Alves | 2016-06-21 | 1 | -4/+6 |
* | Only send sync execution command output to the UI that ran the command | Pedro Alves | 2016-06-21 | 1 | -2/+8 |
* | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 2016-06-21 | 1 | -4/+3 |
* | New function should_print_stop_to_console | Pedro Alves | 2016-06-21 | 2 | -0/+39 |
* | Simplify starting the command event loop | Pedro Alves | 2016-06-21 | 2 | -1/+11 |
* | Make command line editing (use of readline) be per UI | Pedro Alves | 2016-06-21 | 2 | -2/+39 |
* | Make instream be per UI | Pedro Alves | 2016-06-21 | 1 | -4/+7 |
* | Make the intepreters output to all UIs | Pedro Alves | 2016-06-21 | 1 | -31/+96 |
* | Introduce interpreter factories | Pedro Alves | 2016-06-21 | 1 | -32/+55 |
* | Make the interpreters be per UI | Pedro Alves | 2016-06-21 | 1 | -8/+8 |
* | Don't show deprecated commands in help | Simon Marchi | 2016-04-28 | 1 | -1/+4 |
* | Avoid "format not a string literal" warnings | Pedro Alves | 2016-04-14 | 1 | -3/+10 |
* | Obvious function doc and formatting | Simon Marchi | 2016-04-04 | 1 | -2/+2 |
* | Limit breakpoint re-set to the current program space | Pedro Alves | 2016-01-19 | 1 | -4/+4 |
* | Star wildcard ranges (e.g., "info thread 2.*") | Pedro Alves | 2016-01-15 | 2 | -17/+38 |
* | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 2016-01-13 | 2 | -13/+13 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 13 | -13/+13 |
* | gdb: Extend help text for 'list' command. | Andrew Burgess | 2015-12-11 | 1 | -2/+6 |
* | gdb: Add an error when 'list -' reaches the start of a file. | Andrew Burgess | 2015-12-11 | 1 | -4/+9 |
* | gdb: 'list' command, tweak handling of +/- arguments. | Andrew Burgess | 2015-12-11 | 1 | -3/+3 |
* | gdb: Small code restructure for list_command. | Andrew Burgess | 2015-12-11 | 1 | -17/+11 |
* | gdb: Use NULL instead of 0 for pointer comparison. | Andrew Burgess | 2015-12-11 | 1 | -2/+2 |
* | gdb: Use class_info when creating info commands. | Andrew Burgess | 2015-11-11 | 1 | -1/+1 |
* | PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy fails | Doug Evans | 2015-10-26 | 1 | -4/+10 |
* | cli-setshow.c: Constify variable | Simon Marchi | 2015-10-24 | 1 | -1/+1 |
* | More char constification | Pedro Alves | 2015-10-13 | 1 | -1/+1 |
* | Change some void* to gdb_byte* | Simon Marchi | 2015-10-09 | 1 | -2/+2 |
* | parse load_offset (bias) of restore command as long | Pitchumani Sivanupandi | 2015-10-06 | 1 | -2/+3 |
* | cli-script.c: Fix read_next_line's comment | Simon Marchi | 2015-09-28 | 1 | -2/+2 |
* | Add some more casts (1/2) | Simon Marchi | 2015-09-25 | 3 | -7/+7 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 5 | -8/+9 |
* | Add two missing consts | Simon Marchi | 2015-09-21 | 1 | -1/+1 |
* | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 2015-09-09 | 1 | -0/+13 |
* | gdb/cli: Remove casts of NULL during assignment. | Andrew Burgess | 2015-09-04 | 1 | -1/+1 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 4 | -23/+13 |
* | PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if... | Doug Evans | 2015-08-18 | 1 | -1/+3 |
* | New /s modifier for the disassemble command. | Doug Evans | 2015-08-14 | 1 | -7/+37 |
* | Explicit locations: use new location API | Keith Seitz | 2015-08-11 | 1 | -8/+39 |
* | Mostly trivial enum fixes | Simon Marchi | 2015-07-31 | 1 | -1/+1 |
* | Move utility functions to common/ | Jan Kratochvil | 2015-06-15 | 2 | -54/+0 |
* | compile: Distribute scope, add scope_data | Jan Kratochvil | 2015-05-16 | 1 | -1/+2 |
* | gdb: Add internationalization support to a few strings. | Andrew Burgess | 2015-04-24 | 1 | -5/+5 |
* | gdb: Add support for dumping to verilog hex format. | Andrew Burgess | 2015-04-24 | 1 | -0/+38 |
* | Remove --xdb | Jan Kratochvil | 2015-04-11 | 2 | -14/+2 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 2 | -9/+9 |
* | Normalize TRY_CATCH exception handling block | Pedro Alves | 2015-03-07 | 2 | -8/+8 |