summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Build GDB as a C++ program by defaultPedro Alves2016-04-201-0/+5
* Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves2016-04-201-0/+4
* Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves2016-04-201-0/+5
* gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves2016-04-201-0/+4
* symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans2016-04-201-0/+5
* Include arch/arm-linux.h in aarch32-linux-nat.cYao Qi2016-04-201-0/+4
* Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi2016-04-201-0/+5
* Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin2016-04-191-0/+12
* Cast the pointer assigned to ss_sp to char *.John Baldwin2016-04-191-0/+4
* Add pr number to earlier entry.Doug Evans2016-04-191-0/+1
* symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans2016-04-191-0/+5
* * source.c (is_regular_file): New arg errno_ptr.Doug Evans2016-04-191-0/+5
* linux-record: Squash cases with identical handlingAndreas Arnez2016-04-191-0/+5
* Re-factor (i386|amd64)mpx target descriptions.Walfred Tedeschi2016-04-191-0/+15
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+42
* Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves2016-04-181-0/+5
* Fix gdb crash when trying to print the address of a synthetic C++ referenceMartin Galvan2016-04-181-0/+5
* Revert 415fa612Yao Qi2016-04-181-0/+8
* gdb/ada-exp.y: Remap yydefredPedro Alves2016-04-161-0/+4
* Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves2016-04-161-0/+5
* Fix gdb C++ build when libipt is availablePedro Alves2016-04-161-0/+5
* MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2016-04-151-0/+6
* [ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi2016-04-151-0/+5
* Avoid "format not a string literal" warningsPedro Alves2016-04-141-0/+7
* Avoid implicit float <-> integer conversion warningsPedro Alves2016-04-141-0/+6
* Debugging without a binary (regression)Luis Machado2016-04-131-0/+6
* Fix PR remote/19840: gdb crashes on reverse-stepiPedro Alves2016-04-131-0/+12
* [C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves2016-04-121-0/+5
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-121-0/+13
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-121-0/+8
* Eliminate target_check_pending_interruptPedro Alves2016-04-121-0/+8
* Eliminate immediate_quitPedro Alves2016-04-121-0/+20
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-0/+48
* TUI: GC tui_target_has_runPedro Alves2016-04-121-0/+8
* Use target_terminal_ours_for_output in MIPedro Alves2016-04-121-0/+18
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-0/+26
* Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves2016-04-121-0/+5
* Use target_terminal_ours_for_output in warning/internal_errorPedro Alves2016-04-121-0/+6
* Use target_terminal_ours_for_output in infcmd.cPedro Alves2016-04-121-0/+5
* Use target_terminal_ours_for_output in exceptions.cPedro Alves2016-04-121-0/+6
* Use target_terminal_ours_for_output in cp-support.cPedro Alves2016-04-121-0/+6
* ada-lang.c: Introduce type_as_string and use itPedro Alves2016-04-121-0/+6
* Fix inconsistent handling of EINTR in ser-*.c backendsPedro Alves2016-04-121-0/+8
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-04-121-0/+11
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-04-121-0/+10
* Eliminate clear_quit_flagPedro Alves2016-04-121-0/+10
* Don't call clear_quit_flag in captured_mainPedro Alves2016-04-121-0/+4
* Don't call clear_quit_flag in prepare_to_throw_exceptionPedro Alves2016-04-121-0/+5
* Don't call clear_quit_flag in command_handlerPedro Alves2016-04-121-0/+4
* Don't call clear_quit_flag after check_quit_flagPedro Alves2016-04-121-0/+5