| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c... | Pedro Alves | 2016-08-09 | 1 | -0/+7 |
* | PR gdb/17210 - fix possible memory leak in read_memory_robust | Tom Tromey | 2016-06-29 | 1 | -1/+1 |
* | Make stdin be per UI | Pedro Alves | 2016-06-21 | 1 | -1/+1 |
* | New function should_print_stop_to_console | Pedro Alves | 2016-06-21 | 2 | -24/+5 |
* | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 2016-06-21 | 1 | -14/+11 |
* | Simplify starting the command event loop | Pedro Alves | 2016-06-21 | 1 | -6/+3 |
* | Make raw_stdout be per MI instance | Pedro Alves | 2016-06-21 | 5 | -97/+105 |
* | Introduce display_mi_prompt | Pedro Alves | 2016-06-21 | 1 | -10/+12 |
* | Make command line editing (use of readline) be per UI | Pedro Alves | 2016-06-21 | 1 | -4/+1 |
* | Make instream be per UI | Pedro Alves | 2016-06-21 | 1 | -1/+3 |
* | Make the intepreters output to all UIs | Pedro Alves | 2016-06-21 | 1 | -364/+588 |
* | Introduce interpreter factories | Pedro Alves | 2016-06-21 | 1 | -16/+26 |
* | Introduce "struct ui" | Pedro Alves | 2016-06-21 | 1 | -2/+3 |
* | mi/mi-interp.c: Add missing braces | Simon Marchi | 2016-06-07 | 1 | -10/+16 |
* | Add method/format information to =record-started | Simon Marchi | 2016-06-06 | 1 | -4/+21 |
* | Fix double prompt output after run control MI commands with mi-async on (PR 2... | Simon Marchi | 2016-05-18 | 1 | -1/+1 |
* | Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077) | Simon Marchi | 2016-05-17 | 1 | -4/+8 |
* | remove trivialy unused variables | Trevor Saunders | 2016-05-07 | 2 | -8/+0 |
* | Use target_terminal_ours_for_output in MI | Pedro Alves | 2016-04-12 | 2 | -21/+111 |
* | gdb_readline2 -> gdb_readline_no_editing_callback | Pedro Alves | 2016-03-09 | 1 | -1/+1 |
* | Enable/update legacy linespecs in MI. | Keith Seitz | 2016-02-09 | 1 | -1/+1 |
* | varobj: Cleanup dead code | Simon Marchi | 2016-02-07 | 1 | -1/+1 |
* | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 2016-01-13 | 3 | -12/+12 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 26 | -26/+26 |
* | varobj zero-padded hexadecimal format | Luis Machado | 2015-12-09 | 1 | -1/+3 |
* | Change some void* to gdb_byte* | Simon Marchi | 2015-10-09 | 1 | -2/+2 |
* | Add some more casts (2/2) | Simon Marchi | 2015-09-25 | 6 | -56/+63 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 3 | -14/+15 |
* | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 2015-09-09 | 1 | -71/+37 |
* | Merge async and sync code paths some more | Pedro Alves | 2015-09-09 | 1 | -24/+8 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 2 | -3/+2 |
* | Prepare for gnulib update | Pedro Alves | 2015-08-24 | 2 | -2/+2 |
* | PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if... | Doug Evans | 2015-08-18 | 1 | -38/+69 |
* | New /s modifier for the disassemble command. | Doug Evans | 2015-08-14 | 1 | -10/+29 |
* | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 2015-08-13 | 1 | -11/+11 |
* | Explicit locations: MI support for explicit locations | Keith Seitz | 2015-08-11 | 1 | -9/+63 |
* | Explicit locations: use new location API | Keith Seitz | 2015-08-11 | 1 | -1/+11 |
* | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2015-08-01 | 1 | -1/+1 |
* | Mostly trivial enum fixes | Simon Marchi | 2015-07-31 | 3 | -9/+9 |
* | Delete program spaces directly when removing inferiors | Simon Marchi | 2015-07-08 | 1 | -1/+1 |
* | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 2015-07-08 | 1 | -1/+1 |
* | Delete program spaces directly when removing inferiors | Simon Marchi | 2015-07-08 | 1 | -1/+1 |
* | MI: consider addressable unit size when reading/writing memory | Simon Marchi | 2015-06-15 | 1 | -22/+34 |
* | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 2015-03-24 | 1 | -1/+1 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 3 | -20/+36 |
* | mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_args | Pedro Alves | 2015-02-27 | 1 | -7/+24 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -7/+7 |
* | Free results of varobj_get_expression | Simon Marchi | 2015-01-30 | 1 | -2/+11 |
* | Free results of varobj_get_type and type_to_string | Simon Marchi | 2015-01-30 | 1 | -2/+11 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 26 | -26/+26 |