aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski3-41/+5
2020-04-16gdb: is_linked_with_cygwin_dll: mention filename in warning messagesSimon Marchi2-6/+13
2020-04-16gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat...Simon Marchi2-13/+39
2020-04-16Refactor delete_program_space as a destructorPedro Alves4-47/+71
2020-04-16Fix Cygwin gdb buildTom Tromey4-20/+42
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries6-48/+160
2020-04-16Fix compilation of python/python.c for Python 3.9Kevin Buettner2-0/+10
2020-04-16[gdb/testsuite] Fix maint-expand-symbols-header-file.exp for cc-with-gdb-indexTom de Vries2-1/+12
2020-04-15Fix OpenBSD build error.Kamil Rytarowski2-6/+12
2020-04-15Use debug_printf in windows-nat.cTom Tromey2-4/+9
2020-04-15gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess4-1/+120
2020-04-15Better handling of realpath() failure in windows_make_so() on CygwinJon Turney2-1/+9
2020-04-15Fix makeinfo warnings in gdb.texinfo and python.texi docsArtur Shepilko3-11/+18
2020-04-14Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSDKamil Rytarowski2-0/+108
2020-04-14[gdb] Fix missing symtab includesTom de Vries5-18/+141
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries13-24/+165
2020-04-14gdb/testsuite: Move helper function into lib/dwarf.expAndrew Burgess6-57/+27
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey30-1019/+58
2020-04-13Introduce async-event.[ch]Tom Tromey13-345/+430
2020-04-13Introduce and use flush_streamsTom Tromey3-2/+15
2020-04-13Use warning in event-loopTom Tromey2-6/+10
2020-04-13Include <chrono> in event-loop.cTom Tromey2-0/+6
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey14-64/+29
2020-04-13Move event-loop configury to common.m4Tom Tromey3-8/+13
2020-04-13Move start_event_loop out of event-loop.cTom Tromey4-55/+62
2020-04-13Update my email address on MAINTAINERSSergio Durigan Junior2-2/+6
2020-04-13[gdb/testsuite] Fix gdb.ada/catch_ex_std.exp gnatlink FAILTom de Vries2-0/+8
2020-04-13Implement IP_MINIMAL and IP_ALL on NetBSDKamil Rytarowski2-0/+16
2020-04-12Implement "info proc cmdline" for NetBSDKamil Rytarowski2-0/+44
2020-04-12Implement "info proc cwd" for NetBSDKamil Rytarowski2-0/+31
2020-04-12Implement "info proc exe" for NetBSDKamil Rytarowski2-0/+16
2020-04-12Implement "info proc mappings" for NetBSDKamil Rytarowski5-0/+276
2020-04-10gdb: fix undefined behavior reported in copy_bitwiseArtur Shepilko2-1/+6
2020-04-10Avoid infinite recursion in get_msymbol_addressTom Tromey2-1/+5
2020-04-10Skip separate debug files when handling copy relocationsTom Tromey2-1/+10
2020-04-10Fix debugging of WOW64 processesHannes Domani4-8/+30
2020-04-10[gdb/testsuite] Fix -readnow FAIL in gdb.base/style.expTom de Vries2-1/+15
2020-04-10[gdb/cli] Don't let python colorize strip leading newlinesTom de Vries5-2/+24
2020-04-09gdb: move Tom de Vries to Global MaintainersSimon Marchi2-1/+6
2020-04-09Partially revert my UB fix in record_lineBernd Edlinger2-19/+26
2020-04-09Add SVR4 psABI specific parser for AUXV entriesKamil Rytarowski5-44/+80
2020-04-08Make last_wait_event staticTom Tromey3-9/+15
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey4-11/+23
2020-04-08Introduce fetch_pending_stopTom Tromey4-20/+51
2020-04-08Share some inferior-related Windows codeTom Tromey4-25/+72
2020-04-08Share handle_exceptionTom Tromey4-189/+241
2020-04-08Remove some globals from windows-nat.cTom Tromey2-6/+6
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey3-17/+32
2020-04-08Fix up complaints.h for namespace useTom Tromey2-2/+9
2020-04-08Normalize handle_output_debug_string APITom Tromey3-5/+21