Fix base class function call
[binutils-gdb.git] / gdb / Makefile.in
2020-01-14 Tom TromeyDon't link gdb twice against libiberty
2020-01-14 Tom TromeyMove gdbsupport to the top level
2020-01-10 Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-06 Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-01 Hannes DomaniFix install-strip for cross-compilation
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12 Tom TromeyRavenscar port for RISC-V
2019-12-04 Simon MarchiCompare iterators, not values, in filtered_iterator...
2019-12-01 Tom TromeyFix latent bug in tui_copy_source_line
2019-11-26 Tom TromeyDemangle minsyms in parallel
2019-11-26 Christian BiesingerImplement a thread pool
2019-11-26 Tom TromeyIntroduce run_on_main_thread
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26 Tom TromeyAdd configure check for std::thread
2019-11-21 Christian BiesingerRename demangle.c to gdb-demangle.c, and some cleanup
2019-11-15 Christian BiesingerUse gnulib's strerror_r on MinGW
2019-11-10 Andrew Burgessgdb_vecs.h: Avoid self move assign
2019-10-29 Christian BiesingerReplace bsearch with a std::lower_bound-based search
2019-10-23 Tom TromeyFix opcodes includes
2019-10-23 Tom TromeyMove readline to the readline/readline subdirectory
2019-10-22 Christian BiesingerUse libxxhash for hashing, if present
2019-10-21 Tom TromeyFix creation of nm.h when configure is changed
2019-10-17 Tom TromeyFix creation of stamp-h by gdb's configure script
2019-10-16 Christian BiesingerCreate xml-builtin.h to declare xml_builtins
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-07 Weimin Pangdb: CTF support
2019-10-07 Weimin PanRenaming of ctf (the trace format) files
2019-10-02 Tom TromeyFix type of startup_with_shell in gdbserver
2019-09-26 Tom TromeyRemove gdb_usleep.c
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-08-23 Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-08-06 Philippe WaroquiersAdd a selftest that checks documentation invariants.
2019-08-06 Frank Ch. Eigler[PR build/24886] disable glibc mcheck support
2019-07-19 Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-17 Tom TromeyRearrange TUI data window code
2019-07-09 Tom TromeyRename common to gdbsupport
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
next