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