summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Expand)Author
2018-01-08Fix GDB build failure when $development is falseYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-01Fix dependency tracking for objects in subdirectoriesTom Tromey
2017-11-29Fix gdb snapshotsTom Tromey
2017-11-27Remove REMOTE_OBSTom Tromey
2017-11-27Move target object files to target subdirectoryTom Tromey
2017-11-27Add missing files to COMMON_SFILESTom Tromey
2017-11-27Simplify COMMON_OBS by using list of sourcesTom Tromey
2017-11-27Define YYOBJ in terms of YYFILESTom Tromey
2017-11-27Move python object files to python subdirectoryTom Tromey
2017-11-27Move guile object files to guile subdirectoryTom Tromey
2017-11-27Move unittests object files to unittests subdirectoryTom Tromey
2017-11-27Move tui object files to tui subdirectoryTom Tromey
2017-11-27Move compile object files to compile subdirectoryTom Tromey
2017-11-27Move mi objects to mi subdirectoryTom Tromey
2017-11-27Move cli object files to cli subdirectoryTom Tromey
2017-11-27A simpler way to make the "arch" build directoryTom Tromey
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi
2017-11-24Add aarch64_create_target_descriptionAlan Hayward
2017-11-22Remove obsolete core-regset.cUlrich Weigand
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand
2017-11-14Fix mem region parsing regression and add testSimon Marchi
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-10-30gdb/Makefile.in: fix 'make tags' failureMike Gulick
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi
2017-10-11Add native target for FreeBSD/arm.John Baldwin
2017-10-11Add FreeBSD/arm architecture.John Baldwin
2017-10-09Fix automatic dependency trackingTom Tromey
2017-10-06Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.cYao Qi
2017-10-06Move arm.o arm-get-next-pcs.o arm-linux.o to arch/Yao Qi
2017-10-06Move i386.o to arch/i386.oYao Qi
2017-10-06[RFC] Replicate src dir in build dirYao Qi
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior
2017-09-28Move utils-selftests.c -> gdb/unittests/Pedro Alves
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi
2017-09-19Remove one explicit rule for monitor.oYao Qi
2017-09-16Add unit test for xml_escape_textSimon Marchi
2017-09-06Add native target for FreeBSD/aarch64.John Baldwin
2017-09-06Add FreeBSD/aarch64 architecture.John Baldwin
2017-09-05Convert amd64-linux target descriptionsYao Qi
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi
2017-09-04Introduce gdb::array_viewPedro Alves
2017-08-18GDBserver self testsYao Qi
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi