Commit Graph

  • e9a142b536 fix eval commit rules for strings; do not treat inputs as textual data when committing to pointers unless contents are quoted - fixes inability to change string pointer values Ryan Fleury 2026-04-08 13:44:05 -07:00
  • 1f5bbb9702 minor cleanup Nikita Smith 2026-04-08 12:39:15 -07:00
  • 33b121215b remove T_EndTest Nikita Smith 2026-04-07 21:17:05 -07:00
  • 77afc94cee correctly apply lens type flags in shorthand chained exprs (fixes foo,x hex inheriatnce) Ryan Fleury 2026-04-07 17:37:06 -06:00
  • fee9f9a2c3 when resolving irtrees to values, promote register spaces -> containing process space; fixes pointer casts to register values Ryan Fleury 2026-04-07 17:16:56 -06:00
  • 960f439a59 notes Ryan Fleury 2026-04-07 15:26:35 -06:00
  • 5a0bddafad test EXE and PDB determinism Nikita Smith 2026-04-07 11:27:20 -07:00
  • 44d09410eb bugfix global symbol dedup Nikita Smith 2026-04-07 10:49:48 -07:00
  • e54bef58df implement /INFERASANLIBS Nikita Smith 2026-04-06 22:18:26 -07:00
  • 3bb8983461 implement /WHOLEARCHIVE Nikita Smith 2026-04-06 14:35:38 -07:00
  • 890f7afccc take exit code before closing process handle Nikita Smith 2026-04-06 12:17:25 -07:00
  • 8cc8986197 WIP test PDB determinism Nikita Smith 2026-04-06 11:56:37 -07:00
  • aad1805124 make GSI and PSI serialization deterministic Nikita Smith 2026-04-06 11:55:51 -07:00
  • 608a0df058 fix race in the type merger Nikita Smith 2026-04-06 11:55:05 -07:00
  • 232815dbe6 branchless compact Nikita Smith 2026-04-03 11:38:22 -07:00
  • 85ec2c6317 remove vestige *open functionality from the MSF and PDB Nikita Smith 2026-04-03 11:35:07 -07:00
  • f69532e11d tweak thread broadcasting and balance symbol inputs Nikita Smith 2026-04-01 15:50:58 -07:00
  • 77ece3193e fix clang /O2 Nikita Smith 2026-03-31 23:12:34 -07:00
  • f72d127aaa report unknown directives in debug build Nikita Smith 2026-03-31 21:48:44 -07:00
  • 129f0326f7 use thread broadcasts to simplify global symbol mover Nikita Smith 2026-03-31 21:21:28 -07:00
  • e9ac0abdf9 thread broadcast Nikita Smith 2026-03-31 20:53:34 -07:00
  • ef712a36e7 minor bugfix Nikita Smith 2026-03-31 20:40:20 -07:00
  • 99335959b0 ignore invalid type index errors in release Nikita Smith 2026-03-31 20:13:25 -07:00
  • c853082e61 test cyclic type detection Nikita Smith 2026-03-31 19:54:58 -07:00
  • b5f0862a91 fixup file checksums in the MSF streams Nikita Smith 2026-03-31 17:53:23 -07:00
  • 6b7cd39ff1 msf and cv tree patcher tests Nikita Smith 2026-03-31 17:52:26 -07:00
  • 30e21a84ea arena helper for dealing with buffer preallocation for workers Nikita Smith 2026-03-31 17:51:55 -07:00
  • e89041fd59 helper for reading/writing discontinuous memory Nikita Smith 2026-03-31 17:51:03 -07:00
  • 46243548f3 fixup symbol tree offsets in module stream Nikita Smith 2026-03-27 11:14:11 -07:00
  • acce76aa4c string list sub range helper Nikita Smith 2026-03-27 11:13:10 -07:00
  • d7cfd5f55a WIP rework GSI and PSI symbol writer Nikita Smith 2026-03-26 17:46:30 -07:00
  • 883935d44e WIP simplifying module stream layout step Nikita Smith 2026-03-25 11:13:57 -07:00
  • f7ac6767cf WIP symbol plumbing Nikita Smith 2026-03-24 16:59:18 -07:00
  • 12a1e28fff do not round up commit and reserve sizes on optional buffers Nikita Smith 2026-03-24 16:49:31 -07:00
  • e0c6df710f WIP change symbol extraction approach Nikita Smith 2026-03-24 11:14:56 -07:00
  • f57b149939 syntax error Nikita Smith 2026-03-19 16:16:40 -07:00
  • 3834c9be6f torture build with clang release runs out of memory Nikita Smith 2026-03-19 16:15:08 -07:00
  • 2331425e20 removed duplicate clang sets; disable ICF with lld-link because it erroneously merges string literals and makes ASAN panic Nikita Smith 2026-03-19 16:07:30 -07:00
  • f119e8cffc test torture with clang Nikita Smith 2026-03-19 13:41:00 -07:00
  • 91b50bab00 no need to validate signature in S_OBJ; discard debug info if PCH is missing instead of exiting Nikita Smith 2026-03-19 13:32:15 -07:00
  • f703699a59 for mule build tell clang to write objs with .obj extension Nikita Smith 2026-03-18 17:37:56 -07:00
  • ec1619f357 ASAN freaks out when threads access foreign stack Nikita Smith 2026-03-18 17:28:02 -07:00
  • b764a838df build meta for torture run; fix base core in metagen Nikita Smith 2026-03-18 17:23:50 -07:00
  • 44a0efd207 test mismatched PCH signatures and presence of .debug$P and .debug$T in same obj Nikita Smith 2026-03-18 17:14:52 -07:00
  • 8a1203ed35 add mutex around fprintf to linearize log Nikita Smith 2026-03-18 16:50:06 -07:00
  • 3d805af7df WIP test PCH type merging Nikita Smith 2026-03-17 18:35:09 -07:00
  • fb0b516aa3 objs use 1 byte alignment for leaf data Nikita Smith 2026-03-17 18:34:34 -07:00
  • d1594f796d fix type source for PCH type indices Nikita Smith 2026-03-17 18:34:17 -07:00
  • c0418b736d WIP: internal and external type servers are functioning except for the PCH indirection Nikita Smith 2026-03-17 12:48:47 -07:00
  • 401ba47ac2 telemetry mark up Nikita Smith 2026-03-16 16:32:18 -07:00
  • 8f2ec234dc update .gitignore Nikita Smith 2026-03-16 16:31:58 -07:00
  • 7cf8c00947 improve test for import_export and fix compile errors in merge_duplicates due to API changes in debug info Nikita Smith 2026-03-16 16:31:42 -07:00
  • 45f0b011aa changelog notes Ryan Fleury 2026-04-02 13:45:04 -06:00
  • da7e3063ae changelog notes Ryan Fleury 2026-04-02 13:44:10 -06:00
  • 8d67460fa6 treat errored call stacks as valid call stack results - only reject on stale data. allow 0 rips for the top frames. Ryan Fleury 2026-04-01 11:06:23 -06:00
  • d986ea6cd9 guard against invalid ctrl entity handle resolutions when applying ctrl events; otherwise some edge cases can cause invalid writes. Ryan Fleury 2026-03-31 07:05:44 -07:00
  • 7021d6056a use project name in window titles Ryan Fleury 2026-03-29 12:07:27 -07:00
  • a768f398cf single-press-to-activate in text right-click commands menu Ryan Fleury 2026-03-29 11:46:24 -07:00
  • a23375a070 re-plug raddbg markup data section into module image info cache; fix detachment signifying Ryan Fleury 2026-03-29 11:05:45 -07:00
  • 8c7b3d7356 project names, remove loaded user viz from top bar (only project is relevant in 99% of cases), clean up loaded project viz Ryan Fleury 2026-03-12 13:28:47 -07:00
  • 846f174bbd os_process_join on win32 -> CloseHandle of remaining process handle Ryan Fleury 2026-03-18 21:20:56 -07:00
  • 1a10170485 fix clang build error in mule_main Nikita Smith 2026-03-17 23:18:25 -07:00
  • adbd5c911e update torture runner Nikita Smith 2026-03-04 13:29:41 -08:00
  • 70677b85d8 align group names Nikita Smith 2026-03-04 11:53:20 -08:00
  • 38f08922e5 rdi: sketch out refined location info sections / types - prereq for RDI_Symbol unification Ryan Fleury 2026-03-10 16:01:33 -07:00
  • 5badc7f325 sketch out unified RDI_Variable to replace RDI_GlobalVariable, RDI_ThreadVariable, RDI_Local, and RDI_Constant, & plug into new RDI structured namespaces Ryan Fleury 2026-03-09 15:15:48 -07:00
  • 408b3af27c rdi namespace baking; cv parsing rec iterator, deduplicate oob-safe cv record iterating Ryan Fleury 2026-03-09 14:36:05 -07:00
  • 8db4a09941 eliminate global rdim_shared; just use scratch data Ryan Fleury 2026-03-09 11:56:43 -07:00
  • e2b9618101 rdi format - namespaces Ryan Fleury 2026-03-09 09:37:50 -07:00
  • 953f58fd44 notes for next RDI pass to support namespacing, support scope-based lookups for local-statics, support fully-qualified namespace name resolution, & simplify/merge RDI variable symbol types, & reduce a lot of size in RDIs! Ryan Fleury 2026-03-04 15:35:57 -08:00
  • f59da0be9c extend eval language w/ identifier disambiguators - used to pick amongst many identically-named things. for instance, local_static#0 will match the first local_static, local_static#1 will match the second, etc. Ryan Fleury 2026-03-04 11:48:56 -08:00
  • 1c6baf18f2 msf_parsed_from_data now always returns non-null result Nikita Smith 2026-03-04 11:41:51 -08:00
  • 0d166b398c add mule_main to the build list Nikita Smith 2026-03-04 11:28:15 -08:00
  • e9a2f36b23 switch to internal debug mode detection macro for the element size check in radsort Nikita Smith 2026-03-04 11:27:06 -08:00
  • 57cbd020a1 debugging extras Nikita Smith 2026-03-02 11:45:19 -08:00
  • 4312ee14fd first pass at (rdi -> loose rdim) path, used in (rdi * ... * rdi) -> rdi joining in radbin; plug in regular conversion path before voff -> line & breakpad paths in radbin, such that PDBs, DWARFs, RDIs, etc. can be used as input; fix up voff -> line path to plug into regular output systems; remove String8 union thing - three reasons: (a) it was only ever introduced for convenience in Linux layers, so let's just keep zero-terminated Linux nonsense in Linux land, (b) it was just alternate syntax for a cast, so let's just cast, (c) it was misleading - 'cstr' implies null-termination, which String8 of course doesn't guarantee. this led to some misuses, where .cstr was trusted to be zero-terminated, when that was not necessarily true (semaphore opening). Ryan Fleury 2026-03-03 16:24:54 -08:00
  • 2af3990971 do not rely on lane 0 scratch ptrs for results in p2r - prone to races Ryan Fleury 2026-03-02 12:17:03 -08:00
  • 9227e884ac san -> asan / ubsan Ryan Fleury 2026-03-02 12:03:40 -08:00
  • 8007c158fa add API to DWARF writer that defines forward references and fix method conversion in the converter Nikita Smith 2026-02-27 11:06:56 -08:00
  • b49c902947 remove vim mode line Nikita Smith 2026-02-27 00:55:37 -08:00
  • 2fbe45cd47 sync before scratch_end to prevent race in the result fill Nikita Smith 2026-02-26 16:22:05 -08:00
  • a2336b9991 ASAN false-positives when threads access foreign stack addresses Nikita Smith 2026-02-26 16:21:01 -08:00
  • 13f189ddcd WIP subprogram conversion tests Nikita Smith 2026-02-26 14:34:54 -08:00
  • e933df6300 WIP type stringifier Nikita Smith 2026-02-26 14:34:21 -08:00
  • b67d2fad40 convert procedure when it was declared inline but was not inlined Nikita Smith 2026-02-25 22:28:03 -08:00
  • fdd2f4e8f5 helper for looping over bits in flags Nikita Smith 2026-02-25 22:27:12 -08:00
  • 1ee8218b0e format visibility attribute Nikita Smith 2026-02-25 14:27:59 -08:00
  • 3e7b791e01 WIP subprogram conversion test Nikita Smith 2026-02-25 11:22:13 -08:00
  • dce1f3f8f7 typo Nikita Smith 2026-02-25 01:39:48 -08:00
  • 3500b9cab8 test checksums Nikita Smith 2026-02-24 20:02:29 -08:00
  • 2fc4a3472b finalize DWARF line table conversion test Nikita Smith 2026-02-24 19:05:04 -08:00
  • 732c73deff fix divide by zero in the baker Nikita Smith 2026-02-24 18:56:58 -08:00
  • 609cbe7288 return invalid line info index on bad virtual offsets Nikita Smith 2026-02-24 18:48:26 -08:00
  • 3759c3eae4 string natvis Nikita Smith 2026-02-24 18:01:28 -08:00
  • c7f7e15434 WIP DWARF line table conversion tester Nikita Smith 2026-02-24 18:00:48 -08:00
  • 03445022d5 make os file read an atomic operation Nikita Smith 2026-02-24 18:05:38 -08:00
  • eb8fd11b20 input for hashing external leaves was assuming different array layout Nikita Smith 2026-02-23 13:55:04 -08:00
  • e942dd0380 checkpoint Nikita Smith 2026-02-17 17:40:06 -08:00
  • 03ab203fb4 warnings Nikita Smith 2026-02-23 11:57:05 -08:00
  • 2df9a155c6 build radbin for torture Nikita Smith 2026-02-23 11:54:37 -08:00