Ryan Fleury
5c664261a3
symbol server abstraction layer; http layer; fix to 'prefer_disasm' rule when no disassembly tabs are open; small fixes / cleanup
2026-06-08 11:10:14 -07:00
Ryan Fleury
1ef94cb759
fix find-code-location snap rule when src/disasm occupy same panel & they are found by different rules; conflicting panels must be checked across *all* cases
2026-06-06 15:37:24 -07:00
Ryan Fleury
dc613f3a08
correctly handle voff evaluations in generalized watch window completion path (offline evaluation in everything palette case)
2026-06-03 14:43:50 -07:00
Ryan Fleury
09f78fdae4
small parameterization to query watches
2026-06-03 14:28:06 -07:00
Ryan Fleury
015ae9c62c
set up for memory right clicks
2026-06-03 12:49:39 -07:00
Ryan Fleury
d7b59e4a39
break when value changes
2026-06-03 12:37:28 -07:00
Ryan Fleury
3a04a96e03
eval right-click; start with go-to-memory command
2026-06-03 12:16:42 -07:00
Ryan Fleury
6b88ad1ea3
fix incorrect temp pop
2026-06-03 10:34:01 -07:00
Ryan Fleury
0df1b34580
fix spacing
2026-06-03 10:31:45 -07:00
Ryan Fleury
737ceb1313
tweaks / improvements to watch windows & lister ui - display controls, appearance, remove redundant visual info
2026-06-03 10:28:47 -07:00
Ryan Fleury
e7153e8910
auto load project only when project is not specified; fix alt menu weirdness on alt+tab
2026-06-03 09:10:53 -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
fd1ee1c265
radbin: absolutify relative external-file-paths (debug link, pdb-in-exe), to avoid clashing with working-directory files of the same name
2026-06-02 14:41:43 -07:00
Ryan Fleury
e958814b07
use fully-qualified names in eval viz address resolved symbol strings, used in call stack / etc.
2026-06-02 12:16:16 -07:00
Ryan Fleury
5a819f8094
setting for auto-loading of recent projects
2026-06-02 12:11:17 -07:00
Ryan Fleury
1673fa5606
enable lfs on github actions
2026-06-02 12:11:16 -07:00
Ryan Fleury
6a2e2eb798
d2r2 -> d2r
2026-06-02 12:11:16 -07:00
Ryan Fleury
6ed6d3f16d
rdi_from_dwarf [1] -> obsolete; promote 2 -> 1
2026-06-02 12:11:15 -07:00
Ryan Fleury
b75b9b45cc
fix radbin
2026-06-02 12:11:15 -07:00
Ryan Fleury
a2700de35d
dwarf parse/expr/unwind/dump 2 -> 1; move old stuff to obsolete
2026-06-02 12:11:14 -07:00
Ryan Fleury
ef5fc82e9c
dead code elimination
2026-06-02 12:11:14 -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
Nikita Smith and Ryan Fleury
541d3afefa
WIP /RAD_TYPE_SERVER
...
env vars
replace HashTable with HashMap in config
2026-06-02 12:11:12 -07:00
Nikita Smith and Ryan Fleury
4c8d66b431
fix accidental removal of debug info sections resulting in non-eligible
...
sections not getting marked with 'is_live'
2026-06-02 12:11:11 -07:00
Nikita Smith and Ryan Fleury
98a281c8a0
hint for installing external libraries
2026-06-02 12:11:11 -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
d98d6b56d9
check in test input binaries, adjust torture test data path
2026-06-02 12:11:09 -07:00
Ryan Fleury
1c1fef0f97
lfs tracking for exes/pdbs/rdis/elfs
2026-06-02 12:11:08 -07:00
Ryan Fleury
2dee864547
fix fn pointer mismatch on clang builds
2026-06-02 12:11:08 -07:00
Ryan Fleury
f72d7bbe61
run -> run_tests
2026-06-02 12:11:07 -07:00
Ryan Fleury
c746fadcaa
run -> run_tests
2026-06-02 12:11:07 -07:00
Ryan Fleury
4dd22c9e51
re-enable p2r determinism tests
2026-06-02 12:11:06 -07:00
Ryan Fleury
d909f187d5
be robust to any line endings in exemplar data
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
a0bf825169
run-to-name, use to 'seed' test binary cases'
2026-06-02 12:11:03 -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
Nikita Smith and Ryan Fleury
a151df283f
skip tests without directive, and escape * in ubuntu run
2026-06-02 12:11:00 -07:00
Nikita Smith and Ryan Fleury
3a109a7343
sketch test for SYSV and GNU style hash tables
2026-06-02 12:11:00 -07:00
Nikita Smith and Ryan Fleury
637a0f88b2
add run_to_line command; clean up pass over script parser; changed
...
harness to always compile and link tests to prevent code rotting
2026-06-02 12:10:59 -07:00
Nikita Smith and Ryan Fleury
e3fa8e4830
improve error reports in tests
2026-06-02 12:10:58 -07:00
Nikita Smith and Ryan Fleury
fe2778133f
rework file directive handling; remove T_Group; add SKIP to disable
...
tests that are not passing; change command line syntax for easier
test run/skip/force; updated help; shortened --dbg_graphical -> --gui;
add 'skip' directive to the dbg scripts
2026-06-02 12:10:58 -07:00
Nikita Smith and Ryan Fleury
a21a256333
.gitattributes
2026-06-02 12:10:57 -07:00
Ryan Fleury
769bda0ed8
restore torture mdesk tests
2026-06-02 12:10:57 -07:00
Ryan Fleury
96c1ca549c
Revert "export line and column numbers from MD"
...
This reverts commit 29becc3bfa6037a1ba5c5657f891a65a819b0997.
2026-06-02 12:10:56 -07:00
Nikita Smith and Ryan Fleury
3a7586e84b
export line and column numbers from MD
2026-06-02 12:10:56 -07:00
Ryan Fleury
3715021e0e
do not assume nonzero namespace table slots
2026-06-02 12:10:55 -07:00
Nikita Smith and Ryan Fleury
b1d58fb4f9
skip DWARF line table and checksum tests
2026-06-02 12:10:54 -07:00