summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix remote_terminal_inferiorusers/palves/immediate_quit_pr19855Pedro Alves2016-03-301-3/+3
* Eliminate prepare_to_throw_exceptionPedro Alves2016-03-214-22/+0
* Eliminate target_check_pending_interruptPedro Alves2016-03-213-44/+0
* Eliminate immediate_quitPedro Alves2016-03-218-131/+12
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-03-217-249/+232
* TUI: GC tui_target_has_runPedro Alves2016-03-211-24/+0
* Use target_terminal_ours_for_output in MIPedro Alves2016-03-212-21/+111
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-03-217-114/+49
* Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves2016-03-211-4/+11
* Use target_terminal_ours_for_output in warning/internal_errorPedro Alves2016-03-211-2/+12
* Use target_terminal_ours_for_output in infcmd.cPedro Alves2016-03-211-2/+2
* Use target_terminal_ours_for_output in exceptions.cPedro Alves2016-03-211-1/+7
* Use target_terminal_ours_for_output in cp-support.cPedro Alves2016-03-211-1/+3
* ada-lang.c: Introduce type_as_string and use itPedro Alves2016-03-211-30/+44
* Fix inconsistent handling of EINTR in ser-*.c backendsPedro Alves2016-03-212-14/+18
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-03-214-0/+77
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-03-213-37/+14
* Eliminate clear_quit_flagPedro Alves2016-03-215-37/+1
* Don't call clear_quit_flag in captured_mainPedro Alves2016-03-211-1/+0
* Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves2016-03-211-1/+0
* Don't call clear_quit_flag in command_handlerPedro Alves2016-03-211-1/+0
* Don't call clear_quit_flag after check_quit_flagPedro Alves2016-03-212-8/+2
* Make Python use a struct serial eventPedro Alves2016-03-211-19/+14
* Introduce interruptible_selectPedro Alves2016-03-217-10/+122
* Fix signal handler/event-loop racesPedro Alves2016-03-213-1/+35
* Introduce a serial interface for select'able eventsPedro Alves2016-03-215-25/+320
* Remove unused struct serial::name fieldPedro Alves2016-03-212-6/+0
* Stop remote-fileio.c from throwing from SIGINT handlerPedro Alves2016-03-211-32/+2
* Don't set immediate_quit in prompt_for_continuePedro Alves2016-03-182-4/+8
* TUI: check whether in secondary prompt instead of immediate_quitPedro Alves2016-03-182-2/+4
* Inline command_loop in read_command_linePedro Alves2016-03-181-20/+15
* Don't rely on immediate_quit in command_line_inputPedro Alves2016-03-181-8/+24
* Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves2016-03-189-5691/+15
* Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj2016-03-189-5/+114
* Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton2016-03-185-223/+341
* Automatic date update in version.inGDB Administrator2016-03-181-1/+1
* Add mips and s390 build targets for gold.Cary Coutant2016-03-173-2/+7
* Add MIPS-64 support.Vladimir Radosavljevic2016-03-172-635/+1413
* Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2016-03-172-0/+10
* Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2016-03-172-1/+6
* Suggest running gdbserver for a PID in containerJan Kratochvil2016-03-172-1/+6
* PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves2016-03-173-18/+34
* S390: Add syscall info for syscalls up to 374Andreas Arnez2016-03-173-0/+56
* S390: Fix output path for s390-multiarch test caseAndreas Arnez2016-03-172-5/+9
* linux-record: Simplify with record_mem_at_reg()Andreas Arnez2016-03-172-414/+170
* linux-record.c: Fix whitespace issuesAndreas Arnez2016-03-172-949/+954
* linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2016-03-172-0/+7
* Automatic date update in version.inGDB Administrator2016-03-171-1/+1
* testsuite/ChangeLog is no longer supposed to existAlan Modra2016-03-172-13/+7
* PR remote/19496, interrupted syscall in forking-threads-plus-bkptDon Breazeal2016-03-163-14/+33