Change tui_data_item_window::content to be a unique_xmalloc_ptr
[external/binutils.git] / gdb / Makefile.in
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
2017-11-27 Tom TromeyMove guile object files to guile subdirectory
2017-11-27 Tom TromeyMove unittests object files to unittests subdirectory
2017-11-27 Tom TromeyMove tui object files to tui subdirectory
2017-11-27 Tom TromeyMove compile object files to compile subdirectory
2017-11-27 Tom TromeyMove mi objects to mi subdirectory
2017-11-27 Tom TromeyMove cli object files to cli subdirectory
2017-11-27 Tom TromeyA simpler way to make the "arch" build directory
2017-11-24 Simon Marchiremote: C++ify thread_item and threads_listing_context
2017-11-24 Alan HaywardAdd aarch64_create_target_description
2017-11-22 Ulrich WeigandRemove obsolete core-regset.c
2017-11-22 Ulrich WeigandTarget FP: Make use of MPFR if available
2017-11-14 Simon MarchiFix mem region parsing regression and add test
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-06 Pedro AlvesAssume termios is available, remove support for termio...
2017-11-06 Ulrich WeigandTarget FP: Merge doublest.c and dfp.c into target-float.c
2017-11-06 Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-31 Mike Gulickgdb/Makefile.in: fix 'make tags' failure
2017-10-24 Ulrich WeigandTarget FP printing: Simplify and fix print_floating
2017-10-16 Simon MarchiGet rid of VEC(mem_range_s)
2017-10-11 John BaldwinAdd native target for FreeBSD/arm.
2017-10-11 John BaldwinAdd FreeBSD/arm architecture.
2017-10-09 Tom TromeyFix automatic dependency tracking
2017-10-06 Yao QiMove aarch64-insn.o to arch/aarch64-insn.o and Remove...
2017-10-06 Yao QiMove arm.o arm-get-next-pcs.o arm-linux.o to arch/
2017-10-06 Yao QiMove i386.o to arch/i386.o
2017-10-06 Yao Qi[RFC] Replicate src dir in build dir
2017-10-04 Sergio Durigan JuniorIntroduce gdb_tilde_expand
2017-09-28 Pedro AlvesMove utils-selftests.c -> gdb/unittests/
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-19 Yao QiRemove one explicit rule for monitor.o
2017-09-16 Simon MarchiAdd unit test for xml_escape_text
2017-09-06 John BaldwinAdd native target for FreeBSD/aarch64.
2017-09-06 John BaldwinAdd FreeBSD/aarch64 architecture.
2017-09-05 Yao QiConvert amd64-linux target descriptions
2017-09-05 Yao QiShare i386-linux target description between GDB and...
2017-09-04 Pedro AlvesIntroduce gdb::array_view
2017-08-18 Yao QiGDBserver self tests
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-17 Simon Marchigdb: Pass -x c++ to the compiler
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-06-07 Sergio Durigan JuniorShare parts of gdb/gdbthread.h with gdbserver
2017-06-07 Sergio Durigan JuniorMove parts of inferior job control to common/
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-05-24 Yao QiAdd unit test to gdbarch methods register_to_value...
2017-05-17 Pedro Alvesnat_extra_makefile_frag -> nat_makefile_frag
2017-05-06 Sergio Durigan JuniorIntroduce "gdb/configure.nat" (and delete "gdb/config...
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-02 Tim WiederhakePython: Introduce gdb.Instruction class
2017-04-19 Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-19 Pedro Alvesgdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_U...
2017-04-18 Pedro Alvesgdb::optional unit tests
2017-04-12 Sergio Durigan JuniorCreate gdb_termios.h (and cleanup gdb/{,gdbserver/...
2017-04-12 Pedro Alvesgdb: Move DJGPP/go32 bits to their own tdep file
2017-04-07 Simon MarchiClass-ify ptid_t
2017-04-04 John BaldwinRemove support for FreeBSD/alpha.
2017-04-04 Pedro AlvesMake sect_offset and cu_offset strong typedefs instead...
2017-03-07 Sergio Durigan JuniorShare gdb/environ.[ch] with gdbserver
2017-02-23 Pedro AlvesIntroduce gdb::function_view
2017-02-14 Tim Wiederhakepython: Implement btrace Python bindings for record...
2017-02-14 Tim Wiederhakepython: Create Python bindings for record history.
2017-01-26 Yao QiDisassembly unit test: disassemble one instruction
2017-01-13 Yao Qi'make check-headers' for c++ header
2017-01-06 Yao QiUpdate gdb_ptrace.h in HFILES_NO_SRCDIR
2017-01-04 John BaldwinAdd native target for FreeBSD/mips.
2017-01-04 John BaldwinAdd FreeBSD/mips architecture.
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-30 Simon MarchiMakefiles: Disable suffix rules and implicit rules
2016-11-25 Simon MarchiFix typo in Makefile
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-23 Simon MarchiMinor formatting fixups in Makefiles
2016-11-23 Simon MarchiNormalize names of some source files
2016-11-23 Simon MarchiMakefiles: Flatten and sort file lists
2016-11-21 Simon MarchiAdd missing POSTCOMPILE step to mi/ file generation...
2016-11-19 Simon MarchiMakefile: fix typo
2016-11-17 Simon MarchiMakefile: Replace explicit subdir rules with pattern...
2016-11-17 Simon MarchiMakefile: Replace old suffix rules with pattern rules
2016-11-17 Simon MarchiRemove code that checks for GNU/non-GNU make
2016-11-08 Pedro AlvesIntroduce string_printf
2016-11-03 Yao QiReplace YY_NULL with YY_NULLPTR in LANG-exp.c
2016-10-28 Pedro Alvesgdb: Require C++11
2016-10-06 Tom TromeyRemove Java support
2016-09-23 Pedro Alvesgdb: Replace operator new / operator new[]
2016-09-21 Anton Kolesovarc: New Synopsys ARC port
2016-09-05 Pedro Alvesgdb/: Require a C++ compiler
2016-08-09 Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-07-01 John BaldwinConsolidate x86 debug register code for BSD native...
2016-06-17 Yan-Ting Lingdb: new AndesTech NDS32 port
2016-06-10 Tom TromeyFix rust-exp handling in makefile
2016-05-17 Tom TromeyAdd support for the Rust language
2016-05-17 Tom TromeyAdd self-test framework to gdb
2016-05-17 Tom TromeyFix latent yacc-related bug in gdb/Makefile.in init...
2016-04-12 Pedro AlvesIntroduce a serial interface for select'able events
2016-03-31 Pedro AlvesRemove support for "target m32rsdi" and "target mips...
next