mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
notes on 'eval space'; first step to evaluating debugger-space things
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
//~ rjf: Frontend/UI Pass Tasks
|
||||
//
|
||||
// [x] fix HRESULTs
|
||||
//
|
||||
// [ ] EVAL LOOKUP RULES -> currently going 0 -> rdis_count, but we need
|
||||
// to prioritize the primary rdi
|
||||
// [ ] EVAL SPACES - each rdi gets an rdi space, rdi space is passed to
|
||||
// memory reads & so on, used to resolve to value space; REPLACES "mode"
|
||||
//
|
||||
// [ ] file overrides -> always pick most specific one! found with conflicting
|
||||
// overrides, e.g. C:/devel/ -> D:/devel/, but also C:/devel/foo ->
|
||||
// C:/devel/bar, etc.
|
||||
|
||||
Reference in New Issue
Block a user