Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Maintained by go/gitwatcher - Please do not modify manually. [ID: 762704]
Maintained by go/gitwatcher - Please do not modify manually. [ID: 762733]
Which product in the toolchain? (clang, Rust, Go, GDB..) [ID: 834766]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
cros debug
currently only has support forlldb
, but simple extension points exist to add support forgdb
. The basic task involves:Debugger
, calledGNUDebugger
, tochromite/lib/debugger.py
Debugger
class inGNUDebugger
._RunLocal()
and_RunRemote()
methods inchromite/cli/cros/cros_debug.py
self.debug_server
is set. Initialize the correctDebugger
subclass according to the value of the--debugger
CLI flag.LLVMDebugger
class.