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