summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-09binutils-2.24.51: updated patch.HEADmainmidipix1-0/+9
2021-04-14etc/config.sub: removed (drop-in replacement provided by bautomake).midipix1-1823/+0
2019-11-06mgdb: winnt_wait(): properly handle the syscall layer's internal breakpoints.midipix2-3/+10
2019-11-06mgdb: COPYING.MGDB: list overlay files in alphabetical order.midipix1-5/+5
2019-11-03project: added .gitignore.midipix1-0/+11
2019-11-03removed .travis.yml (no longer in use).midipix1-19/+0
2019-11-03mgdb: COPYING.MGDB: added explicit lists of patches and extension source files.midipix1-20/+101
2019-10-13mgdb: winnt_wait_event(): properly handle EINTR.midipix1-2/+4
2019-10-13mgdb: winnt_exception_filters[]: added foreign raised exception support.midipix1-0/+2
2019-10-13mgdb: winnt_resume_one(): first respond to debug event, then resume thread.midipix1-3/+3
2019-10-11mgdb: winnt_wait(): initialize waitstatus in a more refined manner.midipix1-3/+3
2019-10-06mgdb: winnt_exception_filters[]: added midipix and win32 unwind support.midipix1-1/+5
2019-10-02mgdb: winnt_resume_one(): always respond with __DBG_RESPONSE_CONTINUE.midipix1-13/+2
2019-10-02mgdb: amd64_winnt_store_registers(): explicitly set regctx->uc_context_flags.midipix1-0/+2
2019-10-02mgdb: winnt_dbg_signal(): initial implementation and integration.midipix2-1/+14
2019-09-26mgdb: winnt_prepare(): disable breakpoints in shared libraries.midipix1-0/+1
2019-09-26mgdb: amd64_winnt_supply_core_regs(): add missing bits.midipix1-0/+11
2019-09-26mgdb: amd64_winnt_init_reg_offsets(): fix range typos.midipix1-7/+7
2019-09-23mgdb: amd64_winnt_init_reg_offsets() is (native) host-specific.midipix2-5/+3
2019-09-22mgdb: winnt_xfer_partial(): verify that pid is valid.midipix1-5/+7
2019-09-22mgdb: winnt_process_record(): verify that pid is valid.midipix1-0/+3
2019-09-22mgdb: added winnt_supports_multi_process(), winnt_resume_process().midipix1-1/+30
2019-09-22mgdb: winnt_exception_filters[]: initial implementation and integration.midipix2-2/+134
2019-09-20mgdb: winnt_create_inferior(): allocate a sufficiently large argument string.midipix1-2/+2
2019-09-20mgdb: winnt_resume_all(): only single-step the currently selected thread.midipix1-1/+3
2019-09-19mgdb: winnt_wait_event(): obtain register context of all threads.midipix1-2/+3
2019-09-19mgdb: amd64_winnt_fetch_registers(): properly handle post-store requests.midipix1-2/+3
2019-09-19mgdb: amd64_winnt_init_reg_offsets(): add missing initialization of rip.midipix1-0/+2
2019-09-19mgdb: winnt_resume_one(): properly initialize tid.midipix1-1/+1
2019-09-19mgdb: winnt_add_thread(): properly initialize pid.midipix1-1/+1
2019-09-19mgdb: amd64_winnt_fetch_registers(): retrieve registers unconditionally.midipix1-3/+2
2019-09-19mgdb: winnt_prepare(): perform proper clean-up upon premature termination.midipix1-1/+4
2019-09-19mgdb: winnt_mourn_inferior(), winnt_abandon(): preceed winnt_prepare().midipix1-16/+16
2019-09-19mgdb: winnt_mourn_inferior(): remove process record as needed.midipix1-0/+3
2019-09-19mgdb: winnt_plist_remove(): close pfd, reset record.midipix1-2/+2
2019-09-19mgdb: winnt_wait(): set .sig to GDB_SIGNAL_UNKNOWN upon system exceptions.midipix1-0/+4
2019-09-19mgdb: winnt_wait_event(): fetch registers whenever applicable.midipix1-0/+11
2019-09-19mgdb: winnt_resume_one(): resume thread as needed.midipix1-0/+3
2019-09-19mgdb: further refine terminal ownership logic.midipix1-3/+6
2019-09-16mgdb: {amd64|i386}_winnt_store_registers(): initial implementation.midipix4-3/+73
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_{CREATE_PROCESS|DLL_LOAD|DLL_UNLOAD}.midipix1-3/+17
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_CREATE_THREAD.midipix1-1/+6
2019-09-16mgdb: winnt_wait(): refine terminal ownership logic.midipix1-2/+1
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_EXIT_PROCESS.midipix1-1/+6
2019-09-16mgdb: winnt_delete_thread(): initial implementation and integration.midipix1-5/+58
2019-09-16mgdb; winnt_resume{_one|_all}(): initial implementation and integration.midipix1-2/+89
2019-09-16mgdb: winnt_wait_event(): use __dbg_event_acquire() (a better match for gdb).midipix1-1/+1
2019-09-16mgdb: struct winnt_thread and friends: initial implementation and integration.midipix4-79/+195
2019-09-16mgdb: x86_dr_low support: initial implementation and integration.midipix1-0/+61
2019-09-16mgdb: winnt_prepare(): __dbg_event_acquire() now supports blocking calls.midipix1-1/+1