aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Handle UI's terminal closingPedro Alves4-15/+65
2016-06-21Make main_ui be heap allocatedPedro Alves5-20/+75
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves3-4/+23
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves13-90/+214
2016-06-21New function should_print_stop_to_consolePedro Alves5-24/+56
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves4-1/+27
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves13-102/+270
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves5-15/+23
2016-06-21Simplify starting the command event loopPedro Alves9-36/+59
2016-06-21Make raw_stdout be per MI instancePedro Alves8-97/+146
2016-06-21Introduce display_mi_promptPedro Alves2-10/+16
2016-06-21Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves2-0/+26
2016-06-21Always process target events in the main UIPedro Alves4-2/+17
2016-06-21Make command line editing (use of readline) be per UIPedro Alves14-71/+261
2016-06-21Make current_ui_out be per UIPedro Alves5-6/+16
2016-06-21Delete def_uioutPedro Alves2-180/+12
2016-06-21Make out and error streams be per UIPedro Alves7-8/+33
2016-06-21Make input_fd be per UIPedro Alves8-24/+59
2016-06-21Make instream be per UIPedro Alves11-42/+107
2016-06-21Always run async signal handlers in the main UIPedro Alves3-3/+11
2016-06-21Make the intepreters output to all UIsPedro Alves6-428/+916
2016-06-21Introduce interpreter factoriesPedro Alves8-91/+280
2016-06-21Make the interpreters be per UIPedro Alves15-107/+197
2016-06-21Make gdb_stdout&co be per UIPedro Alves5-9/+59
2016-06-21Introduce "struct ui"Pedro Alves6-54/+97
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves4-10/+50
2016-06-21Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves3-13/+33
2016-06-21Automatic date update in version.inGDB Administrator1-1/+1
2016-06-20MIPS/GAS/testsuite: Uniquely identify MIPS64r6 testsMaciej W. Rozycki3-2/+7
2016-06-20MIPS/GAS: Update comment on jump reloc conversionMaciej W. Rozycki2-2/+7
2016-06-20gold/x86: Handle output without PLTH.J. Lu3-0/+17
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic6-5/+91
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic2-0/+7
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic4-10/+407
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu8-6/+79
2016-06-20Update the feature set for the Vulcan AArch64 cpu.Virendra Pathak2-2/+6
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra8-14/+66
2016-06-20Automatic date update in version.inGDB Administrator1-1/+1
2016-06-19Automatic date update in version.inGDB Administrator1-1/+1
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu6-4/+17
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu89-342/+1876
2016-06-18Automatic date update in version.inGDB Administrator1-1/+1
2016-06-17Add a test case for the jit-reader interfaceSanjoy Das7-9/+385
2016-06-17Add support for Thumb-2 long branch veneersThomas Preud'homme7-15/+58
2016-06-17Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2-8/+53
2016-06-17Handle reinsert breakpoints for vforked childYao Qi4-5/+91
2016-06-17Delete reinsert breakpoints from forked childYao Qi2-0/+26
2016-06-17Step over exit with reinsert breakpointsYao Qi5-0/+196
2016-06-17More assert checks on reinsert breakpointYao Qi3-1/+19
2016-06-17Switch to current thread in finish_step_overYao Qi4-4/+67