summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Move filename extensions into language_defnTom Tromey2016-06-2316-55/+132
* Use VEC for filename_language_tableTom Tromey2016-06-232-33/+46
* Make gdbpy_parameter staticTom Tromey2016-06-233-2/+6
* PR gdb/16483 - simplify "info frame-filters" outputTom Tromey2016-06-234-32/+45
* Improve user experience in printing Fortran derived types.Walfred Tedeschi2016-06-217-13/+145
* S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2016-06-212-14/+31
* S390: Fix typo "s930" -> "s390"Andreas Arnez2016-06-212-1/+6
* Add "new-ui console" testsPedro Alves2016-06-215-12/+227
* Always switch fork child to the main UIPedro Alves2016-06-214-2/+188
* Make mi-break.exp always expect breakpoint commands output on the main UIPedro Alves2016-06-212-21/+57
* Send deleted watchpoint-scope output to all UIsPedro Alves2016-06-214-54/+87
* Add testing infrastruture bits for running with MI on a separate UIPedro Alves2016-06-214-29/+156
* [DOC] Document support for running interpreters on separate UIsPedro Alves2016-06-214-10/+74
* Add new command to create extra console/mi UIsPedro Alves2016-06-215-13/+127
* Make stdin be per UIPedro Alves2016-06-2110-79/+144
* Handle UI's terminal closingPedro Alves2016-06-214-15/+65
* Make main_ui be heap allocatedPedro Alves2016-06-215-20/+75
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-213-4/+23
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-2113-90/+214
* New function should_print_stop_to_consolePedro Alves2016-06-215-24/+56
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-214-1/+27
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-2113-102/+270
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-215-15/+23
* Simplify starting the command event loopPedro Alves2016-06-219-36/+59
* Make raw_stdout be per MI instancePedro Alves2016-06-218-97/+146
* Introduce display_mi_promptPedro Alves2016-06-212-10/+16
* Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves2016-06-212-0/+26
* Always process target events in the main UIPedro Alves2016-06-214-2/+17
* Make command line editing (use of readline) be per UIPedro Alves2016-06-2114-71/+261
* Make current_ui_out be per UIPedro Alves2016-06-215-6/+16
* Delete def_uioutPedro Alves2016-06-212-180/+12
* Make out and error streams be per UIPedro Alves2016-06-217-8/+33
* Make input_fd be per UIPedro Alves2016-06-218-24/+59
* Make instream be per UIPedro Alves2016-06-2111-42/+107
* Always run async signal handlers in the main UIPedro Alves2016-06-213-3/+11
* Make the intepreters output to all UIsPedro Alves2016-06-216-428/+916
* Introduce interpreter factoriesPedro Alves2016-06-218-91/+280
* Make the interpreters be per UIPedro Alves2016-06-2115-107/+197
* Make gdb_stdout&co be per UIPedro Alves2016-06-215-9/+59
* Introduce "struct ui"Pedro Alves2016-06-216-54/+97
* [Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves2016-06-214-10/+50
* Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves2016-06-213-13/+33
* Add a test case for the jit-reader interfaceSanjoy Das2016-06-177-9/+385
* Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2016-06-172-8/+53
* Handle reinsert breakpoints for vforked childYao Qi2016-06-174-5/+91
* Delete reinsert breakpoints from forked childYao Qi2016-06-172-0/+26
* Step over exit with reinsert breakpointsYao Qi2016-06-175-0/+196
* More assert checks on reinsert breakpointYao Qi2016-06-173-1/+19
* Switch to current thread in finish_step_overYao Qi2016-06-174-4/+67
* gdb: new AndesTech NDS32 portYan-Ting Lin2016-06-1717-1/+2518