aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves1-0/+5
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-0/+15
2016-04-20Build GDB as a C++ program by defaultPedro Alves1-0/+5
2016-04-20Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves1-0/+4
2016-04-20Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves1-0/+5
2016-04-20gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves1-0/+4
2016-04-20symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans1-0/+5
2016-04-20Include arch/arm-linux.h in aarch32-linux-nat.cYao Qi1-0/+4
2016-04-20Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi1-0/+5
2016-04-19Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin1-0/+12
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin1-0/+4
2016-04-19Add pr number to earlier entry.Doug Evans1-0/+1
2016-04-19symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans1-0/+5
2016-04-19* source.c (is_regular_file): New arg errno_ptr.Doug Evans1-0/+5
2016-04-19linux-record: Squash cases with identical handlingAndreas Arnez1-0/+5
2016-04-19Re-factor (i386|amd64)mpx target descriptions.Walfred Tedeschi1-0/+15
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+42
2016-04-18Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves1-0/+5
2016-04-18Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan1-0/+5
2016-04-18Revert 415fa612Yao Qi1-0/+8
2016-04-16gdb/ada-exp.y: Remap yydefredPedro Alves1-0/+4
2016-04-16Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves1-0/+5
2016-04-16Fix gdb C++ build when libipt is availablePedro Alves1-0/+5
2016-04-15MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves1-0/+6
2016-04-15[ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi1-0/+5
2016-04-14Avoid "format not a string literal" warningsPedro Alves1-0/+7
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves1-0/+6
2016-04-13Debugging without a binary (regression)Luis Machado1-0/+6
2016-04-13Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves1-0/+12
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