aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey33-40/+78
2020-04-13Introduce async-event.[ch]Tom Tromey13-345/+430
2020-04-13Introduce and use flush_streamsTom Tromey5-2/+23
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 Tromey15-13/+33
2020-04-13Move event-loop configury to common.m4Tom Tromey10-14/+55
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-13Automatic date update in version.inGDB Administrator1-1/+1
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-12Automatic date update in version.inGDB Administrator1-1/+1
2020-04-10gdb: fix undefined behavior reported in copy_bitwiseArtur Shepilko2-1/+6
2020-04-11Automatic date update in version.inGDB Administrator1-1/+1
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-10ld: xfail several shared (non PIC) tests on SolarisRainer Orth2-4/+11
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-10Automatic date update in version.inGDB Administrator1-1/+1
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-09ld: Fix pr22269-1 on 32-bit Solaris/SPARCRainer Orth2-1/+5
2020-04-08x86: Correct -mlfence-before-indirect-branch= documentationH.J. Lu2-3/+8
2020-04-09Automatic date update in version.inGDB Administrator1-1/+1
2020-04-08Add pending stop support to gdbserver's Windows portTom Tromey2-3/+38
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey3-12/+75
2020-04-08Introduce win32_target_ops::decr_pc_after_breakTom Tromey4-0/+13
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey5-0/+103
2020-04-08Make last_wait_event staticTom Tromey3-9/+15
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey6-14/+31
2020-04-08Introduce fetch_pending_stopTom Tromey4-20/+51
2020-04-08Share some inferior-related Windows codeTom Tromey6-31/+77
2020-04-08Share handle_exceptionTom Tromey6-304/+266
2020-04-08Remove some globals from windows-nat.cTom Tromey2-6/+6
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey5-33/+45
2020-04-08Fix up complaints.h for namespace useTom Tromey2-2/+9
2020-04-08Normalize handle_output_debug_string APITom Tromey5-14/+39
2020-04-08Share some Windows-related globalsTom Tromey6-96/+130
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey6-101/+77
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey5-49/+79
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey9-7/+41
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey5-1/+17