Ryan Fleury
|
a0d91862a7
|
bundle per-module info in eval system; use all modules in all processes in ctrl layer evaluations; further sketching out of space info
|
2024-08-15 10:04:52 -07:00 |
|
Ryan Fleury
|
ed75b253f7
|
notes on 'eval space'; first step to evaluating debugger-space things
|
2024-08-14 16:26:47 -07:00 |
|
Ryan Fleury
|
33fe9ba485
|
formally support hresult codes as distinct from handles in debug info & visualization
|
2024-08-14 13:48:09 -07:00 |
|
Ryan Fleury
|
afdb0e5b2e
|
remove addr-mode assumption for string visualizing; eliminate entity deleted flag
|
2024-08-14 12:26:53 -07:00 |
|
Ryan Fleury
|
728120690d
|
ptr/array-value comparison path in eval
|
2024-08-14 11:29:45 -07:00 |
|
Ryan Fleury
|
918895c091
|
small string evaluation; strings as values in eval
|
2024-08-14 10:49:56 -07:00 |
|
Ryan Fleury
|
eac1672c4e
|
begin sketching out eval paths for small string operations
|
2024-08-13 16:16:55 -07:00 |
|
Ryan Fleury
|
07c4e6ee87
|
evaluation compiler debug tooltip visualizer
|
2024-08-13 15:41:01 -07:00 |
|
Ryan Fleury
|
c64d207d4d
|
finish sketching out complex synthetic type construction; tear out unneeded leaf external evaluation (we can just use the macro map & separate address spaces); sketch out scaffolding for a thread evaluation type
|
2024-08-13 13:40:14 -07:00 |
|
Ryan Fleury
|
a1605acb7b
|
correct procedural struct/union byte size calculation in eval types
|
2024-08-13 13:07:13 -07:00 |
|
Ryan Fleury
|
0eff5aca06
|
extend constructed types in eval system to support procedural construction of structs/unions/enums; can be used for synthetic evals in debugger frontend & ctrl layer
|
2024-08-13 13:04:05 -07:00 |
|
Ryan Fleury
|
6d30455e76
|
further progress on eliminating file entities; further entity simplification; set up external identifier resolution map for evaluating 'meta' variables; sketch out generalized entity serialization path
|
2024-08-13 11:39:25 -07:00 |
|
Ryan Fleury
|
86f45ce5e7
|
do not assume valid identifier maps if location info is not present
|
2024-08-12 09:26:44 -07:00 |
|
Ryan Fleury
|
a541ca50d9
|
rdi_from_pdb: robustify to malformed/unexpected pdb characteristics; df: display errors with inline code better; eval: fix incorrect assumption of addr mode being required for member access operators
|
2024-08-09 09:27:18 -07:00 |
|
Ryan Fleury
|
eda3d6f8b5
|
fix incorrect assumption of 0 slot -> primary rdi; fixes mistyped locals
|
2024-08-08 15:56:38 -07:00 |
|
Ryan Fleury
|
6a886e096e
|
fix ternary operators in eval; fix incorrect oplist concatentation path
|
2024-08-07 13:10:41 -07:00 |
|
Ryan Fleury
|
607442b92a
|
fix member lookup rules in new eval ir tree builder
|
2024-08-07 08:22:22 -07:00 |
|
Ryan Fleury
|
5a682e5888
|
split eval systems, to decouple types/exprs/parsing (debug info dependent), from irization (macro map dependent), from interpretation (completely independent of the former two stages & all their dependencies)
|
2024-08-06 13:57:48 -07:00 |
|
Ryan Fleury
|
c1cea82ae7
|
eliminate old eval/type-graph layers
|
2024-08-06 10:20:37 -07:00 |
|
Ryan Fleury
|
b18e437337
|
git normalize all files
|
2024-07-26 11:13:47 -07:00 |
|
Ryan Fleury
|
3cc51038df
|
os_core: linux port for memory, thread info, filesystem apis
|
2024-07-16 13:24:54 -07:00 |
|
Ryan Fleury
|
b76c605eba
|
sort locals by debug info order; still likely not sufficient for all the options, but at least marginally better & introduces the sorting path
|
2024-06-20 07:35:59 -07:00 |
|
Ryan Fleury
|
10ead2f999
|
rdi: first pass of eliminating remainder of non-top-level sections; simplification/cleanup of rdi parsing layer
|
2024-06-13 15:18:28 -07:00 |
|
Ryan Fleury
|
c04a97f991
|
eval: fix enum type unwrapping; unwrap enum types on array indexing
|
2024-06-05 18:06:09 -07:00 |
|
Ryan Fleury
|
f50b54cff7
|
complete metacodification of rdi format info into tables
|
2024-06-01 19:24:46 -07:00 |
|
Ryan Fleury
|
2c9a6f996d
|
fix zero expression child nodes, commonly produced via partially typed expressions
|
2024-06-01 10:58:49 -07:00 |
|
Ryan Fleury
|
b4dab84235
|
always resolve to address mode evaluation when doing a member access
|
2024-04-29 18:13:50 -07:00 |
|
Ryan Fleury
|
835eae208a
|
extend eval viz pipeline with split between edit/display expression strings per-block and per-row. this allows reconstruction of the string that would lead to the same eval as a row (even if it is auto-generated by e.g. expanding a root-level row; also allow -- to extend eval expressions with passthrough text, used for view rules
|
2024-04-01 13:56:07 -07:00 |
|
Ryan Fleury
|
d9675f2565
|
allow assembly-style dereferences in eval parser; register/register-alias syntax highlighting
|
2024-03-29 08:52:46 -07:00 |
|
Ryan Fleury
|
f85718f1e2
|
fix eval header
|
2024-03-05 14:48:23 -08:00 |
|
Ryan Fleury
|
dd0416f9f9
|
fix nil expressions mapping to valid expression kinds, thus implying children nodes
|
2024-02-23 11:18:53 -08:00 |
|
Ryan Fleury
|
816f94ef71
|
further raddbgi -> rdi naming pass
|
2024-02-13 15:56:30 -08:00 |
|
Ryan Fleury
|
b9f010dff6
|
raddbgi_ -> rdi_
|
2024-02-13 15:52:53 -08:00 |
|
Ryan Fleury
|
9c7fd0a411
|
metagen: simplify & straighten out table generation further; raddbgi_cons: fix incorrect str8_list_join
|
2024-02-13 11:38:43 -08:00 |
|
Ryan Fleury
|
1d9dc2b9a9
|
metagen: simplify data tables
|
2024-02-13 11:16:45 -08:00 |
|
Ryan Fleury
|
742d2387e2
|
metagen: simplify metacode structs
|
2024-02-13 11:00:58 -08:00 |
|
Ryan Fleury
|
ea840a71e8
|
metagen: simplify enum generation; reading/organization pass over raddbgi_from_pdb
|
2024-02-13 10:55:06 -08:00 |
|
Ryan Fleury
|
aa2a0948ba
|
raddbg -> raddbgi
|
2024-02-12 15:03:13 -08:00 |
|
Ryan Fleury
|
95a6579f89
|
expand eval machine interpretation error codes; visualize
|
2024-02-08 10:28:41 -08:00 |
|
Ryan Fleury
|
86e332f2ef
|
allow compound macro expressions in eval system; poison used macro names, before descending
|
2024-02-06 11:55:51 -08:00 |
|
Ryan Fleury
|
6296d2bd96
|
first pass of watch window macros; fix active-but-disabled line edit rendering; other minor fixes
|
2024-02-06 11:47:52 -08:00 |
|
Ryan Fleury
|
e03e1dd136
|
eval lexer: same as last
|
2024-02-05 11:28:29 -08:00 |
|
Ryan Fleury
|
0b6b0947ed
|
eval lexer: allow a few more corner cases of various compiler/linker-inserted identifiers, so that eval works in all cases
|
2024-02-05 11:26:37 -08:00 |
|
Ryan Fleury
|
847749337b
|
eval parser: more coverage for c++-compiler-generated & various C++-style identifier names
|
2024-02-02 11:33:06 -08:00 |
|
Ryan Fleury
|
28fdd791ae
|
extend eval viz blocks & windowed row build path with optional member info - use to extend watch type info visualization with size/offset information
|
2024-02-01 10:59:55 -08:00 |
|
Ryan Fleury
|
4e9cf2ef89
|
eliminate old locals view path; dont constantly mutate root expressions, simply query locals & build blocks
|
2024-01-31 10:48:49 -08:00 |
|
Ryan Fleury
|
385014adcb
|
raddbg nil tables, autofill empty tables with 1-sized nils; use element-from-idx wrapper to bounds-check and nilify all out-of-bounds raddbg table accesses
|
2024-01-31 08:43:33 -08:00 |
|
Ryan Fleury
|
66b56789c6
|
eval: support for multiple namespacified fallback token lookups, to account for the several possibilities of namespaces & nested namespaces & static class members nested inside of namespaces & namespaces within namespaces within classes within namespaces & wow C++ is very bad; also ui: temporarily disable space-to-click, as it conflicts with typing and this case is not yet well supported
|
2024-01-25 06:15:28 -08:00 |
|
Ryan Fleury
|
26b8603a59
|
when building locals map given a raddbg*voff, capture locals from previously-exited scopes
|
2024-01-24 13:00:17 -08:00 |
|
Ryan Fleury
|
f30d9ceaa9
|
name match against later-added global variable symbols, since apparently PDBs can be produced to keep stale global symbols around to
|
2024-01-24 12:25:53 -08:00 |
|