mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
Add some documentation
This commit is contained in:
@ -48,6 +48,8 @@ func (thread *ThreadContext) CurrentPC() (uint64, error) {
|
||||
return regs.PC(), nil
|
||||
}
|
||||
|
||||
// PrintInfo prints out the thread status
|
||||
// including: PC, tid, file, line, and function.
|
||||
func (thread *ThreadContext) PrintInfo() error {
|
||||
pc, err := thread.CurrentPC()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user