Age | Commit message (Expand) | Author | Files | Lines |
2017-05-17 | Add alias command to cmd_list_element | Yao Qi | 1 | -1/+4 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -21/+10 |
2017-04-28 | Remove cleanup in get_return_value | Yao Qi | 1 | -11/+3 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -3/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -6/+6 |
2017-03-20 | Remove unused parameter in solib_add and update_solib_list | Marc-Andre Laperle | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -7/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -16/+16 |
2016-11-25 | Fix typo in comment | Simon Marchi | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -3/+0 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -7/+2 |
2016-09-29 | PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression | Jan Kratochvil | 1 | -1/+1 |
2016-08-24 | Allow resetting an empty inferior-tty | Simon Marchi | 1 | -7/+13 |
2016-07-01 | Forget watchpoint locations when inferior exits or is killed/detached | Pedro Alves | 1 | -0/+7 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -38/+36 |
2016-06-21 | Fix for spurious prompts in secondary UIs | Pedro Alves | 1 | -1/+1 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 1 | -8/+20 |
2016-06-01 | infcmd, btrace: fix crash in 'finish' for tailcall-only frames | Markus Metzger | 1 | -5/+25 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
2016-04-12 | Use target_terminal_ours_for_output in infcmd.c | Pedro Alves | 1 | -2/+2 |
2016-04-12 | Decouple target_interrupt from all-stop/non-stop modes | Pedro Alves | 1 | -1/+5 |
2016-03-17 | PR remote/19496, timeout in forking-threads-plus-bkpt | Pedro Alves | 1 | -6/+1 |
2016-02-12 | btrace, frame: fix crash in get_frame_type | Markus Metzger | 1 | -5/+10 |
2016-02-12 | frame: add skip_tailcall_frames | Markus Metzger | 1 | -2/+1 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -8/+8 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | attach + target always in non-stop mode: stop all threads | Pedro Alves | 1 | -1/+24 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -20/+57 |
2015-09-30 | infcmd.c: Don't attempt to record a NULL value after a finish command. | Kevin Buettner | 1 | -1/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+4 |
2015-09-09 | Garbage collect dummy_frame_ctx_saver | Pedro Alves | 1 | -13/+6 |
2015-09-09 | Convert the until/advance commands to thread_fsm mechanism | Pedro Alves | 1 | -20/+72 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -209/+330 |
2015-09-09 | Merge async and sync code paths some more | Pedro Alves | 1 | -96/+47 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -5/+5 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -1/+1 |
2015-08-07 | Implement all-stop on top of a target running non-stop mode | Pedro Alves | 1 | -2/+2 |
2015-08-04 | signal_command: Leftover cleanup chain regression | Jan Kratochvil | 1 | -0/+2 |
2015-08-04 | ASAN attach crash - 7.9 regression | Jan Kratochvil | 1 | -3/+7 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-05-13 | Remove stop_registers | Jan Kratochvil | 1 | -2/+2 |
2015-05-13 | infcall: stop_registers -> register_dummy_frame_dtor | Jan Kratochvil | 1 | -11/+37 |
2015-05-08 | Remove unused declaration of print_return_value. | Jan Kratochvil | 1 | -3/+0 |
2015-04-17 | Introduce exec_file_locate_attach | Gary Benson | 1 | -23/+2 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -55/+0 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 1 | -15/+20 |