Opened 12 years ago
Closed 9 years ago
#9720 closed enhancement (fixed)
Implement signal handling in Debugger
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently, handling of signal debug events is missing in Debugger, and they're simply silently ignored. This has some unfortunate side effects such as threads simply exiting when certain signals are thrown, without an opportunity to trap for analysis. This needs to be handled carefully though, as well as needing subtly different handling for CLI vs GUI.
Change History (2)
comment:1 by , 9 years ago
Status: | new → in-progress |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in hrev49356.