mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
I originally wanted to batch the symbolication requests but that just makes the client logic significantly more complicated with no real benefit other than architectural feelgood points.
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
endpoint SymbolServer = 4541510
|
|
{
|
|
Greet() => ()
|
|
|
|
Symbolicate(String path, u32 address) => (bool success, String name, u32 offset, String filename, u32 line)
|
|
}
|