aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-04-12[C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves1-0/+5
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves1-0/+13
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves1-0/+8
2016-04-12Eliminate target_check_pending_interruptPedro Alves1-0/+8
2016-04-12Eliminate immediate_quitPedro Alves1-0/+20
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves1-0/+48
2016-04-12TUI: GC tui_target_has_runPedro Alves1-0/+8
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves1-0/+18
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-0/+26
2016-04-12Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves1-0/+5
2016-04-12Use target_terminal_ours_for_output in warning/internal_errorPedro Alves1-0/+6
2016-04-12Use target_terminal_ours_for_output in infcmd.cPedro Alves1-0/+5
2016-04-12Use target_terminal_ours_for_output in exceptions.cPedro Alves1-0/+6
2016-04-12Use target_terminal_ours_for_output in cp-support.cPedro Alves1-0/+6
2016-04-12ada-lang.c: Introduce type_as_string and use itPedro Alves1-0/+6
2016-04-12Fix inconsistent handling of EINTR in ser-*.c backendsPedro Alves1-0/+8
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves1-0/+11
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves1-0/+10
2016-04-12Eliminate clear_quit_flagPedro Alves1-0/+10
2016-04-12Don't call clear_quit_flag in captured_mainPedro Alves1-0/+4
2016-04-12Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves1-0/+5
2016-04-12Don't call clear_quit_flag in command_handlerPedro Alves1-0/+4
2016-04-12Don't call clear_quit_flag after check_quit_flagPedro Alves1-0/+5
2016-04-12Make Python use a struct serial eventPedro Alves1-0/+11
2016-04-12Introduce interruptible_selectPedro Alves1-0/+18
2016-04-12Fix signal handler/event-loop racesPedro Alves1-0/+13
2016-04-12Introduce a serial interface for select'able eventsPedro Alves1-0/+14
2016-04-12Remove unused struct serial::name fieldPedro Alves1-0/+6
2016-04-12Stop remote-fileio.c from throwing from SIGINT handlerPedro Alves1-0/+19
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves1-0/+5
2016-04-12TUI: check whether in secondary prompt instead of immediate_quitPedro Alves1-0/+8
2016-04-12Inline command_loop in read_command_linePedro Alves1-0/+5
2016-04-12Don't rely on immediate_quit in command_line_inputPedro Alves1-0/+7
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan1-0/+31
2016-04-07Make breakpoint handling in record-full idempotentYao Qi1-0/+6
2016-04-07Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea...Yao Qi1-0/+5
2016-04-06Eliminate -var-create error for optzd ptr to structDon Breazeal1-0/+7
2016-04-06Revert the previous commit adding unknown_v_replies_ok.Jan Kratochvil1-0/+4
2016-04-06Workaround gdbserver<7.7 for setfsJan Kratochvil1-0/+6
2016-04-06Revert check-in by a mistake in the previous commit.Jan Kratochvil1-0/+4
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil1-0/+8
2016-04-04Obvious function doc and formattingSimon Marchi1-0/+5
2016-04-01gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov1-0/+6
2016-03-31Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu1-0/+9
2016-03-31gdb/NEWS: Add mention of powerpc*-linux tracepoints.Marcin Koƛcielnicki1-0/+4
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma1-0/+10
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves1-0/+17
2016-03-30Check func against 0 rather than NULLYao Qi1-0/+5
2016-03-30Add arm epilogue unwinderYao Qi1-0/+9
2016-03-30Refactor arm_stack_frame_destroyed_pYao Qi1-0/+9