aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-08Share some Windows-related globalsTom Tromey4-88/+124
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey4-51/+71
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey3-39/+59
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey4-0/+18
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey3-0/+13
2020-04-08Handle pending stops from the Windows kernelTom Tromey4-13/+215
2020-04-08Change type of argument to windows-nat.c:thread_recTom Tromey2-20/+55
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey5-26/+79
2020-04-08Use lwp, not tid, for Windows thread idTom Tromey2-27/+40
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey3-9/+10
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey3-5/+16
2020-04-08Use new and delete for windows_thread_infoTom Tromey3-15/+34
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey3-19/+72
2020-04-08Rename windows_thread_info::id to "tid"Tom Tromey2-5/+11
2020-04-08Remove the "next" field from windows_thread_infoTom Tromey2-31/+29
2020-04-08gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi5-79/+205
2020-04-08Remove objfile parameter from read_gdb_index_from_bufferSimon Marchi2-5/+9
2020-04-08[gdb/testsuite] Fix imported-unit.exp FAIL without psymtabsTom de Vries3-10/+40