aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Re-factor (i386|amd64)mpx target descriptions.Walfred Tedeschi13-132/+39
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi29-13/+1325
2016-04-18Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves5-154/+23
2016-04-18Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan4-4/+120
2016-04-18fortran: Testsuite, fix different type naming across compilers.Bernhard Heckel9-48/+142
2016-04-18Testsuite: Fix compiling of shared libraries with ICC.Bernhard Heckel2-0/+7
2016-04-18testsuite: Support detection of Intel compilers via test_compiler_version.Bernhard Heckel3-0/+29
2016-04-18Revert 415fa612Yao Qi2-8/+8
2016-04-16gdb/ada-exp.y: Remap yydefredPedro Alves2-0/+5
2016-04-16Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves2-2/+7
2016-04-16Fix gdb C++ build when libipt is availablePedro Alves2-2/+7
2016-04-15MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2-4/+13
2016-04-15[ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi2-0/+13
2016-04-14Avoid "format not a string literal" warningsPedro Alves3-25/+37
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves3-3/+9
2016-04-13Test GDB connection to GDBserver with no symbol filesLuis Machado3-0/+124
2016-04-13Debugging without a binary (regression)Luis Machado2-2/+64
2016-04-13Fix zero_ext documentationAntoine Tremblay2-2/+5
2016-04-13Fix and improve comment in gdb_remote_downloadSimon Marchi2-2/+11
2016-04-13gdbserver-base.exp: Copy file to standard output directory in ${board}_downloadSimon Marchi2-1/+13
2016-04-13Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay4-3/+12
2016-04-13Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves2-0/+32
2016-04-13btrace: fix test build error in gdb.btrace/instruction_history.cMarkus Metzger2-0/+6
2016-04-12Fix typo in ftrace.exp condition testingAntoine Tremblay2-1/+5
2016-04-12[C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves2-5/+11
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves4-8/+21
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves6-22/+12
2016-04-12Eliminate target_check_pending_interruptPedro Alves4-44/+8
2016-04-12Eliminate immediate_quitPedro Alves9-131/+32
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves8-252/+283
2016-04-12TUI: GC tui_target_has_runPedro Alves2-24/+8
2016-04-12Use target_terminal_ours_for_output in MIPedro Alves3-21/+129
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves8-114/+75
2016-04-12Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves2-4/+16
2016-04-12Use target_terminal_ours_for_output in warning/internal_errorPedro Alves2-2/+18
2016-04-12Use target_terminal_ours_for_output in infcmd.cPedro Alves2-2/+7
2016-04-12Use target_terminal_ours_for_output in exceptions.cPedro Alves2-1/+13
2016-04-12Use target_terminal_ours_for_output in cp-support.cPedro Alves2-1/+9
2016-04-12ada-lang.c: Introduce type_as_string and use itPedro Alves2-30/+50
2016-04-12Fix inconsistent handling of EINTR in ser-*.c backendsPedro Alves3-14/+26
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves5-0/+88
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves4-37/+24
2016-04-12Eliminate clear_quit_flagPedro Alves6-37/+11
2016-04-12Don't call clear_quit_flag in captured_mainPedro Alves2-1/+4
2016-04-12Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves2-1/+5
2016-04-12Don't call clear_quit_flag in command_handlerPedro Alves2-1/+4
2016-04-12Don't call clear_quit_flag after check_quit_flagPedro Alves3-8/+7
2016-04-12Make Python use a struct serial eventPedro Alves2-19/+25
2016-04-12Introduce interruptible_selectPedro Alves8-10/+140
2016-04-12Fix signal handler/event-loop racesPedro Alves4-1/+48