Move gnulib to top level
[deliverable/binutils-gdb.git] / gdb / Makefile.in
2019-06-14  Tom TromeyMove gnulib to top level
2019-06-12  Pedro AlvesIntroduce generic command options framework
2019-06-12  Pedro AlvesNew set/show testing framework (gdb.base/settings.exp)
2019-06-11  Tom TromeyMove gdb's xmalloc and friends to new file
2019-04-05  Tom TromeyMove type stack handling to a new class
2019-02-12  John BaldwinAdd a new function child_path.
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-01-25  Tom TromeyDon't use -I for common subdirectory
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28  Tom TromeyAdd output styles to gdb
2018-12-28  Tom TromeyIntroduce ui_file_style
2018-12-27  Tom TromeyBuild gdb "nat" files in subdirectory
2018-12-27  Tom TromeyMake init.c depend on source files
2018-12-27  Tom TromeyRemove gdbtypes special case from init.c rule
2018-12-27  John BaldwinRemove empty nm-fbsd.h header for FreeBSD/i386 native...
2018-12-15  Tom TromeyMinor gdb/Makefile.in cleanups
2018-12-07  Stafford Hornegdb/or1k: Add linux debugging support
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-11-30  Pedro AlvesMove test_target_ops to a separate file
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-21  Andrew Burgessgdb/riscv: Add target description support
2018-11-15  Joel BrobeckerMove copy_bitwise unittests to own unittest file
2018-11-02  Joel Brobecker(Ada) Add ravenscar tasking support on AArch64
2018-11-01  Jerome Guittonarm-pikeos: software single step
2018-10-27  Tom TromeyMove mkdir_recursive to common/filestuff.c
2018-10-23  John DarringtonGDB: New target s12z
2018-10-08  John BaldwinAdd native target for FreeBSD/riscv.
2018-10-08  John BaldwinAdd FreeBSD/riscv architecture.
2018-10-07  Tom TromeyDo not accidentally include in-tree readline headers
2018-10-02  John DarringtonAllow remote debugging over a Unix local domain socket.
2018-10-01  Gary BensonMove duplicated code to common/gdb_proc_service.h
2018-09-20  Rainer OrthFold i386-v4-nat.c into i386-sol2-nat.c
2018-09-17  Simon MarchiSort objects in gdb and gdbserver Makefiles
2018-09-10  Eli ZaretskiiFix "make install-strip" failure to install gdb-add...
2018-09-04  Tom TromeySimplify ada-exp.o rule
2018-09-04  Tom TromeyRemove unneeded explicit .o targets
2018-09-04  Tom TromeyRemove obsolete comments from Makefiles
2018-08-29  Keith SeitzC++ compile support
2018-08-28  Hafiz Abid QadeerAdd support for new target 'csky'.
2018-08-10  Keith SeitzAdd a C++ wrapper for GCC C plug-in
2018-08-10  Keith SeitzMove C-related declarations to compile-c.h
2018-08-09  Jim WilsonRISC-V: Add configure support for riscv*-linux*.
2018-08-07  Tom TromeyAllow CPPFLAGS to be set on the make command line
2018-08-07  Simon MarchiAdd DWARF index cache
2018-08-07  Simon MarchiIntroduce mmap_file function
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-17  Tom TromeyRemove --disable-gdbcli
2018-07-12  Philippe WaroquiersAdd a self-test for cli-utils.c
2018-07-11  Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-07-09  Tom TromeyDon't mention XM_CDEPS or NAT_CLIBS
2018-07-09  Tom TromeyRemove ADD_FILES and ADD_DEPS from Makefile.in
2018-07-09  Tom TromeyMinimize yacc and lex output
2018-07-09  Tom TromeyFix exec.c handling in Makefile
2018-07-09  Tom TromeyRemove lint support
2018-07-09  Tom TromeyUse a stamp file for version.c
2018-07-09  Tom TromeyUse a stamp file for init.c
2018-07-09  Tom TromeySimplify INIT_FILES
2018-07-09  Tom TromeyRemove some unused code from init.c build rule
2018-07-09  Tom TromeyRemove TSOBS from gdb/Makefile.in
2018-06-28  Tom TromeyAdd --enable-codesign to gdb's configure
2018-06-27  Simon MarchiCopy gdb-gdb.py to build dir
2018-06-04  Simon MarchiAdd configure.nat as a dependency of config.status
2018-05-31  Alan HaywardFunction for reading the Aarch64 SVE vector length
2018-05-30  Simon MarchiAdd or1k target to --enable-targets=all
2018-05-27  Tom TromeyRemove last reference to REMOTE_OBS
2018-05-22  Pedro Franco de... [PowerPC] Consolidate linux target description selection
2018-05-17  Simon MarchiMake format_pieces recognize the \e escape sequence
2018-05-03  Simon MarchiUse flex's -t option instead of --stdout
2018-04-29  John ReiserFix race when building ada-lex.c
2018-04-18  Alan HaywardCommonise tdesc_reg and makes use of it in gdbserver...
2018-04-16  Pedro Alvesgdb: Remove support for SH-5/SH64
2018-04-16  Pedro Alvesgdb: Remove OpenBSD/m88k support
2018-04-13  Markus Metzgerinfrun: step through indirect branch thunks
2018-04-09  Simon MarchiAdapt and integrate string_view tests
2018-03-27  Simon MarchiMove DWARF index-related things to a separate file
2018-03-22  Simon MarchiMake parse_static_tracepoint_marker_definition work...
2018-03-19  Tom TromeyConvert observers to C++
2018-03-16  Simon MarchiAdd silent Makefile rules
2018-03-16  Simon MarchiAdd selftest for substitute_path_component
2018-03-06  Andrew Burgessgdb: Initial baremetal riscv support
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-26  Tom TromeySign-extend non-bit-fields in unpack_bits_as_long
2018-02-21  Yao QiMove register_dump to regcache-dump.c
2018-02-19  Alan HaywardAdd common/ dir in build directories
2018-02-09  Markus Metzgercommon: add scoped_mmap
2018-02-09  Markus Metzgercommon: add scoped_fd
2018-01-23  Philipp Rudos390: Split up s390-linux-tdep.c into two files
2018-01-22  Yao QiRemove mt port
2018-01-12  Sergio Durigan JuniorInstall and generate docs for gdb-add-index
2018-01-08  Yao QiFix GDB build failure when $development is false
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-01  Tom TromeyFix dependency tracking for objects in subdirectories
2017-11-29  Tom TromeyFix gdb snapshots
2017-11-27  Tom TromeyRemove REMOTE_OBS
2017-11-27  Tom TromeyMove target object files to target subdirectory
2017-11-27  Tom TromeyAdd missing files to COMMON_SFILES
2017-11-27  Tom TromeySimplify COMMON_OBS by using list of sources
2017-11-27  Tom TromeyDefine YYOBJ in terms of YYFILES
2017-11-27  Tom TromeyMove python object files to python subdirectory
next
This page took 0.466445 seconds and 107 git commands to generate.