Skip to content

ConradIrwin/ggg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The start of an experimental port of Pry to golang.

Status

This is currently vaporware, but I've done the following things:

  • get the current stack pointer (x86 only)
  • load the DWARF data for the current process (macho only)
  • use dwarf data to compute the canonical frame address
  • lookup the address of variables by name
  • create interface values from DWARF types
  • call functions
  • add some UI

Much help appreciated!

About

An experimental self-hosted debugger for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages