Commit Graph
4230 Commits
Author SHA1 Message Date
Nikita SmithandRyan Fleury eb8cee76c0 update .gitattributes to set LF endings on meta files so metagen
files have consistent line endings regardless of the host preference
2026-06-02 12:10:42 -07:00
Ryan Fleury 0b5651eecd project files 2026-06-02 12:10:41 -07:00
Nikita SmithandRyan Fleury 4a57087d81 dump RDI local vars 2026-06-02 12:10:40 -07:00
Nikita SmithandRyan Fleury 8127763fa4 fix linux build 2026-06-02 12:10:40 -07:00
Nikita SmithandRyan Fleury 2e4069b89a debug stats for /OPT:REF 2026-06-02 12:10:39 -07:00
Nikita SmithandRyan Fleury c5677cf5f4 wire DWARF expression eval to the unwinder 2026-06-02 12:10:39 -07:00
Nikita SmithandRyan Fleury 8126f1f18e first popped value off the stack is right-hand-side 2026-06-02 12:10:38 -07:00
Nikita SmithandRyan Fleury 03180247c9 rebase fixes 2026-06-02 12:10:38 -07:00
Nikita SmithandRyan Fleury 1883649e18 debug util for PDB section map 2026-06-02 12:10:37 -07:00
Nikita SmithandRyan Fleury 2f799e0e0e more /OPT:REF tests 2026-06-02 12:10:37 -07:00
Nikita SmithandRyan Fleury 49af8248ef update tests summary 2026-06-02 12:10:36 -07:00
Nikita SmithandRyan Fleury 31662822db rebase 2026-06-02 12:10:36 -07:00
Nikita SmithandRyan Fleury 19cee2d646 todo 2026-06-02 12:10:35 -07:00
Nikita SmithandRyan Fleury cc93bf4439 mismatched type on 'blur_count' 2026-06-02 12:10:34 -07:00
Nikita SmithandRyan Fleury c62afbcf83 normalize line endings in generated files 2026-06-02 12:10:34 -07:00
Nikita SmithandRyan Fleury 9447cce94d open generated files as binary so we have consistent line endings across
Linux and Windows
2026-06-02 12:10:33 -07:00
Nikita SmithandRyan Fleury 5089a01058 change make_directory behavior on Linux to match Windows behavior 2026-06-02 12:10:32 -07:00
Nikita SmithandRyan Fleury a1f0df2d76 run clang build for now 2026-06-02 12:10:32 -07:00
Nikita SmithandRyan Fleury fb48dcf42b update defines for non-graphical debugger build 2026-06-02 12:10:31 -07:00
Nikita SmithandRyan Fleury 612ac8f414 fix regression introduced in aea4a4ff 2026-06-02 12:10:31 -07:00
Nikita SmithandRyan Fleury 1e0f1d026b sanity-check scissor region, fix var shadowing bug in blur GLSL shader,
and remove 'blur_count' that causes linking issues

[OpenGL] GL_INVALID_OPERATION in glGetUniformLocation(program not linked)
[OpenGL] GL_INVALID_OPERATION in glUniform(program not linked)
[OpenGL] GL_INVALID_VALUE in glScissor
2026-06-02 12:10:30 -07:00
Nikita SmithandRyan Fleury 15bf343168 gate for dwarf converter 2026-06-02 12:10:30 -07:00
Nikita SmithandRyan Fleury a3bac20a73 rebase fixes
normalize line endings

sort test pointers

rebase fixes

rebase fixes
2026-06-02 12:10:29 -07:00
Nikita SmithandRyan Fleury 58fc57f6a3 torture_dbg: reuse Windows env-var expander in the harness compile/link/launch steps 2026-06-02 12:10:28 -07:00
Nikita SmithandRyan Fleury 96e20759d5 file endings 2026-06-02 12:10:28 -07:00
Nikita SmithandRyan Fleury 65288208af dbg_engine: extend trap-net range across contiguous same-source-line ranges 2026-06-02 12:10:27 -07:00
Nikita SmithandRyan Fleury d7e5c5a830 dbg_engine: bugfix memory fetch in step_over, step_over_inst, and step_into
and incorrect boolean logic for trap-net
2026-06-02 12:10:27 -07:00
Nikita SmithandRyan Fleury 4acd8a9b86 fill out address 2026-06-02 12:10:26 -07:00
Nikita SmithandRyan Fleury 528b0fde56 replace hard-coded visual studio path with vswhere 2026-06-02 12:10:26 -07:00
Nikita SmithandRyan Fleury 3e9fff93f1 tidy up names in builds.yml 2026-06-02 12:10:25 -07:00
Nikita SmithandRyan Fleury 146ef012c4 on error restore PATH 2026-06-02 12:10:24 -07:00
Nikita SmithandRyan Fleury ec3da44568 minor fix 2026-06-02 12:10:24 -07:00
Nikita SmithandRyan Fleury 266d66250c process join 2026-06-02 12:10:23 -07:00
Nikita SmithandRyan Fleury a60b61cafd run 2026-06-02 12:10:23 -07:00
Nikita SmithandRyan Fleury bf1fd5fbe8 delete debug code 2026-06-02 12:10:22 -07:00
Nikita SmithandRyan Fleury 608c42a261 run_tests -> run 2026-06-02 12:10:22 -07:00
Nikita SmithandRyan Fleury 56c5036593 use run_tests.sh to drive builds.yml 2026-06-02 12:10:21 -07:00
Nikita SmithandRyan Fleury 1de3be3b8b on windows test clang in release without asan 2026-06-02 12:10:21 -07:00
Nikita SmithandRyan Fleury b4cfc61408 add Ubuntu build and torture steps to GH actions 2026-06-02 12:10:20 -07:00
Nikita SmithandRyan Fleury 7b2743a4d6 enable stepping test 2026-06-02 12:10:19 -07:00
Nikita SmithandRyan Fleury 388bbb95a5 update nuke 2026-06-02 12:10:19 -07:00
Nikita SmithandRyan Fleury ffe18834dd run tests on Linux 2026-06-02 12:10:18 -07:00
Nikita SmithandRyan Fleury e92947057d workaround os_get_current_path 2026-06-02 12:10:18 -07:00
Nikita SmithandRyan Fleury bcf248682c guard against relative path nodes 2026-06-02 12:10:17 -07:00
Nikita SmithandRyan Fleury e17bcd3058 switch for launching debugger with window 2026-06-02 12:10:17 -07:00
Nikita SmithandRyan Fleury 857ab15aaa hack-in temp backslash for windows 2026-06-02 12:10:16 -07:00
Nikita SmithandRyan Fleury 2102239b81 make test ignore slashes 2026-06-02 12:10:15 -07:00
Nikita SmithandRyan Fleury f3c631973b various fixes in torture for Linux compatibility 2026-06-02 12:10:15 -07:00
Nikita SmithandRyan Fleury 14dff337d4 disable radlink tests for windows 2026-06-02 12:10:14 -07:00
Nikita SmithandRyan Fleury 2d99f5600c move linker id helper to the main file so we can use it in other torture
layers
2026-06-02 12:10:14 -07:00