mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
ide: PDB debugger Align function
This commit is contained in:
parent
1bf5a62ea4
commit
96eeef609d
7 changed files with 40 additions and 21 deletions
|
|
@ -134,6 +134,9 @@ void Pdb::LoadPrettyScripts()
|
|||
SetVal(v, val);
|
||||
e = v;
|
||||
});
|
||||
Escape(pretty_globals, "Align(adr, sz)", [=](EscEscape& e) {
|
||||
e = (int64)Align(e[0].GetInt64(), e[1].GetInt64());
|
||||
});
|
||||
}
|
||||
|
||||
void Pdb::SetVal(EscValue& v, Pdb::Val val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue