aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-16Cygwin: suppress a warning generated with w32api >= 12.0.0Jon Turney1-0/+3
2024-01-25Cygwin: Add a timeout to ensure we don't wait forever for dumperJon Turney1-2/+6
2024-01-23Cygwin: Don't terminate via dumperJon Turney1-4/+3
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney1-0/+18
2024-01-16Cygwin: Define and use __WCOREFLAGJon Turney1-1/+1
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney1-19/+85
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-1/+1
2022-11-04Cygwin: Handle out of order modules for module offsets in stackdumpJon Turney1-1/+3
2022-10-29Cygwin: Add loaded module base address list to stackdumpJon Turney1-0/+10
2022-10-28Cygwin: Add addresses as module offsets in .stackdump fileJon Turney1-1/+29
2022-10-28Cygwin: Tidy up formatting of stackdumpJon Turney1-3/+3
2022-10-28Cygwin: exceptions: print 48 bit addressesCorinna Vinschen1-4/+4
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-4/+4
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen1-5/+4
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-3/+3
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2022-05-17Cygwin: drop i686 exception handlingCorinna Vinschen1-292/+71
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen1-6/+0
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano1-0/+3
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano1-1/+5
2022-02-27Cygwin: console: Revert experimental code mixed accidentally.Takashi Yano1-1/+7
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano1-7/+6
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-0/+15
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen1-1/+1
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen1-1/+1
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches1-0/+1
2021-02-01Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().Takashi Yano via Cygwin-patches1-0/+2
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney1-6/+8
2020-08-20Cygwin: add header defining GCC exception codesKen Brown1-9/+1
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown1-0/+19
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen1-3/+3
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert1-2/+4
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano1-1/+1
2019-09-20Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano1-1/+1
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen1-8/+0
2019-08-17Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen1-14/+3
2019-08-13Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen1-3/+14
2019-04-05Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen1-1/+1
2019-04-05Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen1-1/+10
2019-04-04Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen1-0/+1
2019-04-03Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen1-1/+2
2019-03-24Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen1-3/+3
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen1-4/+4
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen1-0/+8
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen1-0/+12
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen1-1/+7
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-20/+0