Age | Commit message (Expand) | Author | Files | Lines |
2016-06-28 | [AArch64] Use int64_t for address offset | Yao Qi | 4 | -8/+23 |
2016-06-28 | Implement get_syscall_trapinfo for arm-linux | Yao Qi | 2 | -1/+41 |
2016-06-28 | Implement get_syscall_trapinfo for aarch64-linux | Yao Qi | 2 | -0/+25 |
2016-06-28 | Remove parameter sysret from linux_target_ops.get_syscall_trapinfo | Yao Qi | 4 | -28/+22 |
2016-06-28 | Probe catch syscall support | Yao Qi | 2 | -14/+35 |
2016-06-27 | Fix changelog | Manish Goregaokar | 1 | -2/+2 |
2016-06-27 | Print void types correctly in Rust | Manish Goregaokar | 5 | -4/+37 |
2016-06-27 | Fix use of a dangling pointer for Python breakpoint objects | Pierre-Marie de Rodat | 6 | -0/+127 |
2016-06-25 | Fix formatting in rust-lang.c | Tom Tromey | 2 | -22/+25 |
2016-06-25 | Add tests for printing of NonZero-optimized enums in Rust | Manish Goregaokar | 3 | -0/+34 |
2016-06-25 | Make evaluation and type-printing of all NonZero optimized enums work | Manish Goregaokar | 2 | -17/+63 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 38 | -194/+328 |
2016-06-24 | Add myself as a Write After Approval maintainer. | David Taylor | 2 | -0/+5 |
2016-06-24 | Add support for catching system calls to native FreeBSD targets. | John Baldwin | 8 | -1/+523 |
2016-06-24 | Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs. | John Baldwin | 2 | -0/+41 |
2016-06-24 | Add a new gdbarch method to print a single AUXV entry. | John Baldwin | 6 | -87/+178 |
2016-06-24 | Fetch the ELF auxiliary vector from live processes on FreeBSD. | John Baldwin | 2 | -0/+83 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 18 | -97/+223 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 16 | -55/+132 |
2016-06-23 | Use VEC for filename_language_table | Tom Tromey | 2 | -33/+46 |
2016-06-23 | Make gdbpy_parameter static | Tom Tromey | 3 | -2/+6 |
2016-06-23 | PR gdb/16483 - simplify "info frame-filters" output | Tom Tromey | 4 | -32/+45 |
2016-06-21 | Improve user experience in printing Fortran derived types. | Walfred Tedeschi | 7 | -13/+145 |
2016-06-21 | S390 gdbserver: Mark local funcs/vars as static | Andreas Arnez | 2 | -14/+31 |
2016-06-21 | S390: Fix typo "s930" -> "s390" | Andreas Arnez | 2 | -1/+6 |
2016-06-21 | Add "new-ui console" tests | Pedro Alves | 5 | -12/+227 |
2016-06-21 | Always switch fork child to the main UI | Pedro Alves | 4 | -2/+188 |
2016-06-21 | Make mi-break.exp always expect breakpoint commands output on the main UI | Pedro Alves | 2 | -21/+57 |
2016-06-21 | Send deleted watchpoint-scope output to all UIs | Pedro Alves | 4 | -54/+87 |
2016-06-21 | Add testing infrastruture bits for running with MI on a separate UI | Pedro Alves | 4 | -29/+156 |
2016-06-21 | [DOC] Document support for running interpreters on separate UIs | Pedro Alves | 4 | -10/+74 |
2016-06-21 | Add new command to create extra console/mi UIs | Pedro Alves | 5 | -13/+127 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 10 | -79/+144 |
2016-06-21 | Handle UI's terminal closing | Pedro Alves | 4 | -15/+65 |
2016-06-21 | Make main_ui be heap allocated | Pedro Alves | 5 | -20/+75 |
2016-06-21 | Only send sync execution command output to the UI that ran the command | Pedro Alves | 3 | -4/+23 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 13 | -90/+214 |
2016-06-21 | New function should_print_stop_to_console | Pedro Alves | 5 | -24/+56 |
2016-06-21 | Fix for spurious prompts in secondary UIs | Pedro Alves | 4 | -1/+27 |
2016-06-21 | Replace the sync_execution global with a new enum prompt_state tristate | Pedro Alves | 13 | -102/+270 |
2016-06-21 | Make gdb_in_secondary_prompt_p() be per UI | Pedro Alves | 5 | -15/+23 |
2016-06-21 | Simplify starting the command event loop | Pedro Alves | 9 | -36/+59 |
2016-06-21 | Make raw_stdout be per MI instance | Pedro Alves | 8 | -97/+146 |
2016-06-21 | Introduce display_mi_prompt | Pedro Alves | 2 | -10/+16 |
2016-06-21 | Make target_terminal_inferior/ours almost nops on non-main UIs | Pedro Alves | 2 | -0/+26 |
2016-06-21 | Always process target events in the main UI | Pedro Alves | 4 | -2/+17 |
2016-06-21 | Make command line editing (use of readline) be per UI | Pedro Alves | 14 | -71/+261 |
2016-06-21 | Make current_ui_out be per UI | Pedro Alves | 5 | -6/+16 |
2016-06-21 | Delete def_uiout | Pedro Alves | 2 | -180/+12 |
2016-06-21 | Make out and error streams be per UI | Pedro Alves | 7 | -8/+33 |