aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Expand)Author
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi
2017-05-17nat_extra_makefile_frag -> nat_makefile_fragPedro Alves
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves
2017-04-19gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBSPedro Alves
2017-04-18gdb::optional unit testsPedro Alves
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves
2017-04-06Class-ify ptid_tSimon Marchi
2017-04-04Remove support for FreeBSD/alpha.John Baldwin
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior
2017-02-23Introduce gdb::function_viewPedro Alves
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake
2017-02-14python: Create Python bindings for record history.Tim Wiederhake
2017-01-26Disassembly unit test: disassemble one instructionYao Qi
2017-01-13'make check-headers' for c++ headerYao Qi
2017-01-06Update gdb_ptrace.h in HFILES_NO_SRCDIRYao Qi
2017-01-04Add native target for FreeBSD/mips.John Baldwin
2017-01-04Add FreeBSD/mips architecture.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-11-30Makefiles: Disable suffix rules and implicit rulesSimon Marchi
2016-11-25Fix typo in MakefileSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-11-23Minor formatting fixups in MakefilesSimon Marchi
2016-11-23Normalize names of some source filesSimon Marchi
2016-11-23Makefiles: Flatten and sort file listsSimon Marchi
2016-11-21Add missing POSTCOMPILE step to mi/ file generation rulesSimon Marchi
2016-11-18Makefile: fix typoSimon Marchi
2016-11-17Makefile: Replace explicit subdir rules with pattern rulesSimon Marchi
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi
2016-11-08Introduce string_printfPedro Alves
2016-11-03Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi
2016-10-28gdb: Require C++11Pedro Alves
2016-10-06Remove Java supportTom Tromey
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves
2016-09-21arc: New Synopsys ARC portAnton Kolesov
2016-09-05gdb/: Require a C++ compilerPedro Alves
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves
2016-07-01Consolidate x86 debug register code for BSD native targets.John Baldwin