Ryan Fleury
|
076d41130c
|
fix qualified identifier expression tree buil
|
2026-07-29 11:40:41 -07:00 |
|
Ryan Fleury
|
ba9d36624d
|
lexer fixes; eval2 resolution qualifiers
|
2026-07-29 11:35:28 -07:00 |
|
Ryan Fleury
|
ec520227c5
|
enforce standalone 'expression' child for watch expressions in cfg tree, adjust eval / ui to work on that child, instead of assuming the first child of a watch expression node is the expression string itself - this will let us tag watch expressions with other info, like project / lock status etc.
|
2026-07-27 16:02:10 -07:00 |
|
Ryan Fleury
|
0c434583bc
|
eval, local variable resolution -> do not assume offset evaluations. infer evaluation mode from location info
|
2026-07-27 14:47:40 -07:00 |
|
Ryan Fleury
|
e55fa733fd
|
mostly restore existing read-only functionality, keep existing patching infrastructure but do not use
|
2026-07-27 14:47:36 -07:00 |
|
Ryan Fleury
|
9ed2e020e8
|
checkpoint
|
2026-07-27 14:47:36 -07:00 |
|
Ryan Fleury
|
0e2b4ac5e7
|
ui discoverability adjustments
|
2026-06-27 06:21:31 -07:00 |
|
Ryan Fleury
|
f1f654ecfd
|
eval2: simplify expression parsing info, allow child reversal (for parsing non-canonical expression orders into canonical shapes, e.g. Rust-style casts like 123 as float32 -> cast(float32, 123); ptr/array type operators, etc./
|
2026-06-26 13:20:38 -07:00 |
|
Ryan Fleury
|
60b266a1cc
|
support size_of and type_of in clike expressions
|
2026-06-26 11:28:01 -06:00 |
|
Ryan Fleury
|
6b52d68c62
|
eval2 checkpoint: type operations, constructed types, checkpoint before splitting back to frontend / compiler split - we need to do things with the parse tree that we can't with an ir tree
|
2026-06-25 13:50:16 -07:00 |
|
Ryan Fleury
|
38c1e2a414
|
eval2: ptr arithmetic & comparisons
|
2026-06-25 09:07:34 -06:00 |
|
Ryan Fleury
|
296c851272
|
eval2 checkpoint: casts, function calls, expression-embedded identifier definitions, ternaries, compile-time ternaries
|
2026-06-24 16:29:57 -07:00 |
|
Ryan Fleury
|
1901e67f39
|
use synchronous reads for call stack computation, but extend artifact cache with the ability to say that a non-retryable failure occurred, so that we can fall back to stale call stacks
|
2026-06-23 20:00:57 -06:00 |
|
Ryan Fleury
|
28d037a924
|
checkpoint on faster rdi_from_dwarf type/namespace deduping
|
2026-06-22 13:31:08 -07:00 |
|
Ryan Fleury
|
dac63d6bef
|
fix linux build
|
2026-06-21 20:47:09 -07:00 |
|
Ryan Fleury
|
d3d35e40d7
|
rdi_from_dwarf: use sibling tags to advance in hash path too - set up for deduplicating hash work
|
2026-06-19 20:53:01 -07:00 |
|
Ryan Fleury
|
fe2aa4d14c
|
com shim for launching raddbg in cli mode, for proper console subsystem style usage of packaged bin utilities; checkpoint on eval2
|
2026-06-19 20:12:20 -07:00 |
|
Ryan Fleury
|
3fd7b40f4d
|
remove 'global stream' specialities in codeview -> rdi conversion; just have the caller pass all units, and in the case of pdb conversion, we simply make a global unit at that layer.
|
2026-06-19 20:12:20 -07:00 |
|
Ryan Fleury
|
cc75260946
|
checkpoint on eval2; type graph operations, parsing, etc.
|
2026-06-17 17:38:09 -07:00 |
|
Ryan Fleury
|
00da627293
|
checkpoint on eval2 compiler; setting to disable update checking; cache version check to once per day so that we do not send a lot of extra GH requests every time the debugger starts
|
2026-06-16 14:30:13 -07:00 |
|
Ryan Fleury
|
d45401e8cd
|
pass over default light
|
2026-06-11 10:28:39 -07:00 |
|
Ryan Fleury
|
90b650354a
|
eliminate redundant/unused info from command tables in dbg engine / raddbg
|
2026-06-11 09:08:34 -07:00 |
|
Ryan Fleury
|
82fd06c8e4
|
specialize text right-click menus by disasm vs. source
|
2026-06-11 08:51:47 -07:00 |
|
Ryan Fleury
|
a980be7664
|
notes
|
2026-06-10 12:51:52 -07:00 |
|
Ryan Fleury
|
f7ba4b2ebe
|
move from fixed flags to list of tags (matching command list evaluation names) for context menu command filtering; pull out code for filling command regs from contextual expressions; add mechanism for contextualizing a whole query, so that we can spawn command listers within the context of some other evaluation, which we'd like to fill registers with (e.g. right-clicking a module -> spawn a module command list, contextualized by the module evaluation itself
|
2026-06-10 09:54:57 -07:00 |
|
Ryan Fleury
|
1577ea5693
|
fix rdi folder writability test to account for possibly-uncreated directories, so that we don't unnecessarily write into the user-local rdi cache
|
2026-06-10 08:39:40 -07:00 |
|
Ryan Fleury
|
40d9e5839f
|
fix torture; adjust raddbg test exemplar dumping to avoid dumping info for anything other than the main module, so that we don't get non-deterministic dumps (for e.g. system PDBs)
|
2026-06-10 07:57:18 -07:00 |
|
Ryan Fleury
|
fde13f52d3
|
fix nil text visualizations; fix auto-load-recent-project
|
2026-06-09 14:56:34 -07:00 |
|
Ryan Fleury
|
ec4fd23e15
|
fix incorrect commits in new pe/x64 unwinder; fix bad unwind termination conditions
|
2026-06-09 10:38:08 -07:00 |
|
Ryan Fleury
|
9955c8c1a7
|
temporarily turn off symbol server stuff - switch off spoof for step-over
|
2026-06-09 09:27:23 -07:00 |
|
Ryan Fleury
|
132751777f
|
eliminate unnecessary info in debug engine entity abstraction / demon events; adjust symbol server / debug info loading such that the debug info loader is the one who decides to kick off downloads based on presence in cache path; use cache path as key, unpack info for download requests
|
2026-06-08 21:06:44 -07:00 |
|
Ryan Fleury
|
b22f9f2d8b
|
checkpoint on symbol server
|
2026-06-08 17:32:07 -07:00 |
|
Ryan Fleury
|
4d1d362ac1
|
adjust find-code-location path to absolutify relativized paths based on current thread/module; also respect module-relative / debug-info-relative paths in src -> voff & voff -> src mapping
|
2026-06-03 09:01:51 -07:00 |
|
Ryan Fleury
|
d73ce364b9
|
major clean-up pass over unwinding/module-info abstraction, + usage in the debug engine. simplified / cleaned up DWARF helpers for unwind info & expressions. decoupling unwinding / DWARF evaluation from memory read callbacks. light module info now prepared by demon layer - debug engine no longer duplicates per-backend parsing. unwind abstraction layer now does thin abstraction over unwinding backends, debug engine only calls abstraction. clean up demon to have fewer ad-hoc 'queries' on handles, and prefer sending info over debug events when possible / when it fits the usage pattern. move DWARF enum specifications to metacode, generate enums/xlists/tables/etc. decouple raddbg/radbin completely from old parsing helpers. replace portion of DWARF dumping; pull out some new parsing helpers from converter / dumper.
|
2026-06-02 12:11:13 -07:00 |
|
Ryan Fleury
|
9cc2afc659
|
eliminate backend-specific module parsing from debug engine ctrl thread; just pass that info back via the demon event
|
2026-06-02 12:11:10 -07:00 |
|
Ryan Fleury
|
4dd22c9e51
|
re-enable p2r determinism tests
|
2026-06-02 12:11:06 -07:00 |
|
Ryan Fleury
|
1ea8c48867
|
raddbg exemplar tests -> use specific hash version, name exemplars by their platform, skip if test data unavailable
|
2026-06-02 12:11:05 -07:00 |
|
Ryan Fleury
|
dc61f20e3b
|
sketch out stepping/eval exemplar testing; step-to-exit first pass
|
2026-06-02 12:11:04 -07:00 |
|
Ryan Fleury
|
8564884d76
|
raddbg: stepping regression tests
|
2026-06-02 12:11:02 -07:00 |
|
Ryan Fleury
|
685c408a13
|
migrate from torture-defined testing markup -> base
|
2026-06-02 12:11:02 -07:00 |
|
Ryan Fleury
|
4e72553006
|
promote test-definition concepts from torture to base layer; reorganize tests to be nested in their respective layer; eliminate 't_group', just use containing layer
|
2026-06-02 12:11:01 -07:00 |
|
Ryan Fleury
|
5f851ad1b0
|
simplify testing ipc driving stuff in raddbg layer; put in formal eval/line-from-vaddr commands
|
2026-06-02 12:10:52 -07:00 |
|
Ryan Fleury
|
1c29112e9c
|
first pass at per-target output log labels
|
2026-06-02 12:10:47 -07:00 |
|
Ryan Fleury
|
0b5651eecd
|
project files
|
2026-06-02 12:10:41 -07:00 |
|
Ryan Fleury
|
161663016f
|
project.raddbg
|
2026-05-19 11:56:08 -07:00 |
|