aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Have stamp-init depend on config.statusTom Tromey1-1/+1
2020-10-13Normalize names of the NetBSD filesKamil Rytarowski1-39/+39
2020-10-09gnulib: Ensure all libraries are used when building gdb/gdbserverAndrew Burgess1-3/+2
2020-10-07Add simple_search_memory unit testsTom Tromey1-0/+1
2020-10-07gdb: put user-supplied CFLAGS at the endSimon Marchi1-3/+7
2020-10-05gdb: sync tui header files in HFILES_NO_SRCDIRSimon Marchi1-1/+1
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-0/+1
2020-08-25arc: Add GNU/Linux support for ARCAnton Kolesov1-0/+1
2020-08-18gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables.Aaron Merey1-2/+6
2020-08-04gdb: support for eBPFJose E. Marchesi1-0/+2
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth1-1/+2
2020-07-24config/debuginfod.m4: Use PKG_CHECK_MODULESAaron Merey1-1/+1
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+1
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock1-3/+5
2020-05-15Add a selftest that detects a 'corrupted' command tree structure in GDB.Philippe Waroquiers1-1/+1
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-2/+0
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+2
2020-03-26Move DWARF-constant stringifying code to new fileTom Tromey1-0/+1
2020-03-26Move code to new file dwarf2/macro.cTom Tromey1-0/+1
2020-03-26Add dwz.c and dwz_file::read_stringTom Tromey1-0/+1
2020-03-16arc: Migrate to new target featuresAnton Kolesov1-0/+2
2020-03-16gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.cSimon Marchi1-2/+2
2020-03-12Don't include selftests objects in build when unit tests are disabledSimon Marchi1-4/+5
2020-03-12Remove use of deprecated core functions (in NetBSD/ARM)Christian Biesinger1-0/+1
2020-02-26Add debuginfod support to GDBAaron Merey1-1/+3
2020-02-22Allow TUI windows in PythonTom Tromey1-0/+1
2020-02-08Create dwarf2/comp-unit.[ch]Tom Tromey1-0/+1
2020-02-08Move DWARF line_header to new fileTom Tromey1-0/+1
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-15/+15
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey1-0/+1
2020-02-08Create dwarf2/abbrev.[ch]Tom Tromey1-0/+1
2020-02-08Create dwarf2/section.[ch]Tom Tromey1-0/+1
2020-02-08Create dwarf2/leb.[ch]Tom Tromey1-1/+2
2020-02-07Move gdbserver to top levelTom Tromey1-5/+0
2020-01-14Don't link gdb twice against libibertyTom Tromey1-1/+1
2020-01-14Move gdbsupport to the top levelTom Tromey1-85/+14
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-0/+1
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-0/+1
2020-01-01Fix install-strip for cross-compilationHannes Domani1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Ravenscar port for RISC-VTom Tromey1-0/+3
2019-12-04Compare iterators, not values, in filtered_iterator::operator{==,!=}Simon Marchi1-0/+1
2019-12-01Fix latent bug in tui_copy_source_lineTom Tromey1-0/+1
2019-11-26Demangle minsyms in parallelTom Tromey1-0/+1
2019-11-26Implement a thread poolChristian Biesinger1-0/+2
2019-11-26Introduce run_on_main_threadTom Tromey1-0/+3
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-0/+1
2019-11-26Add configure check for std::threadTom Tromey1-4/+8
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger1-1/+1
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger1-3/+2