aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-0/+2
2017-11-22Remove obsolete core-regset.cUlrich Weigand1-1/+0
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand1-1/+4
2017-11-14Fix mem region parsing regression and add testSimon Marchi1-0/+2
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-0/+2
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-7/+3
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand1-9/+3
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+3
2017-10-30gdb/Makefile.in: fix 'make tags' failureMike Gulick1-1/+0
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand1-0/+5
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-0/+2
2017-10-11Add native target for FreeBSD/arm.John Baldwin1-0/+1
2017-10-11Add FreeBSD/arm architecture.John Baldwin1-0/+2
2017-10-09Fix automatic dependency trackingTom Tromey1-4/+5
2017-10-06Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.cYao Qi1-5/+1
2017-10-06Move arm.o arm-get-next-pcs.o arm-linux.o to arch/Yao Qi1-3/+3
2017-10-06Move i386.o to arch/i386.oYao Qi1-1/+1
2017-10-06[RFC] Replicate src dir in build dirYao Qi1-4/+12
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior1-0/+3
2017-09-28Move utils-selftests.c -> gdb/unittests/Pedro Alves1-1/+2
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi1-0/+2
2017-09-19Remove one explicit rule for monitor.oYao Qi1-11/+0
2017-09-16Add unit test for xml_escape_textSimon Marchi1-2/+4
2017-09-06Add native target for FreeBSD/aarch64.John Baldwin1-0/+1
2017-09-06Add FreeBSD/aarch64 architecture.John Baldwin1-0/+2
2017-09-05Convert amd64-linux target descriptionsYao Qi1-0/+1
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi1-0/+3
2017-09-04Introduce gdb::array_viewPedro Alves1-0/+2
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