mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 18:15:19 +00:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
endpoint SymbolServer
|
|
{
|
|
greet() => ()
|
|
|
|
symbolicate(String path, u32 address) => (bool success, String name, u32 offset, String filename, u32 line)
|
|
}
|