[Bug dap/34482] Ptrace error during attach is not reported
tromey at sourceware dot org via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34482
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I think it's definitely intended to report it.
launch.py uses exec_and_log, which wraps the exception in a DAPException.
Then server.py does
except DAPException as e:
# Don't normally want to see this, as it interferes with
# the test suite.
log_stack(LogLevel.FULL)
result["success"] = False
result["message"] = str(e)
Anyway it just needs some debugging, probably in launch.py.
--
You are receiving this mail because:
You are on the CC list for the bug.