Commit Graph

  • a60502d765 sketch out first pass of autos evaluation Ryan Fleury 2026-05-14 13:50:34 -07:00
  • 54fc7deafa fix incorrect per-unit line table data offset doubly adding base offset of unit - was breaking non-zero-offset line tables Ryan Fleury 2026-05-14 08:54:38 -07:00
  • 14390c01f7 respect path style in picking file replacements Ryan Fleury 2026-05-13 18:54:23 -07:00
  • 5977cb400d only do pointer value visualization with valid pointer spaces; otherwise it is just a value Ryan Fleury 2026-05-13 18:41:43 -07:00
  • ab4a084c9c fix filtered-tab selection adjustments on project load Ryan Fleury 2026-05-13 16:01:00 -07:00
  • d207398934 display project names in recent project list; fix 0s for address-disabled string viz Ryan Fleury 2026-05-13 15:50:59 -07:00
  • fbe7b20aee finish addresses-before-content single-line eval visualization path Ryan Fleury 2026-05-13 15:22:56 -07:00
  • 58caf0d3d5 upgrade eval space reads with staleness/bad/change info, to expand process memory cache reading abilities to all evaluation spaces; unmapped address visualization (both memory view & single line eval) Ryan Fleury 2026-05-13 14:48:00 -07:00
  • e6d83f7450 visualize unmapped addresses in memory view more correctly (not as 0s) - annotate explicitly with unmapped address annotation Ryan Fleury 2026-05-13 14:09:21 -07:00
  • 16b1e728ba breakpoints -> project-tagged user config Ryan Fleury 2026-05-13 13:38:04 -07:00
  • cfbda8bc4d clear last-focused-external-window on new session Ryan Fleury 2026-05-13 11:57:03 -07:00
  • 9eecffad78 fix mouse-hover-in-source-evaluation (off -> range) rules, to correctly enclose more expressions Ryan Fleury 2026-05-13 11:55:52 -07:00
  • a1778421c9 eval extended opcode for setting base offset - used for correct cross-module evaluations, fixes go-to-definition when thread is not in module of resolved identifier's symbol Ryan Fleury 2026-05-13 11:23:48 -07:00
  • 0563cd3b80 fix incorrect lifetime of calculated implicit user/project arguments Ryan Fleury 2026-05-13 10:43:43 -07:00
  • 1e0bcf0504 treat relative implicit project args correctly Ryan Fleury 2026-05-13 10:30:54 -07:00
  • 2231228ffb store loaded debug infos as user config, but project-tagged; eliminate 'recent files' from project file (they are almost entirely duplicative of debug info source files); adjust 'last_user' remembering semantics - do not automatically change last_user when setting user explicitly from command line Ryan Fleury 2026-05-13 10:18:06 -07:00
  • 1774a76cdb scope ending annotations Ryan Fleury 2026-05-13 08:58:46 -07:00
  • 264abe57aa allow missing debug info in case of 'step out' - we still want to support traditional behavior especially in e.g. disassembly and so on Ryan Fleury 2026-05-13 08:40:14 -07:00
  • b198f0b421 just move metagen onto regular base layer - in theory this causes cycles (metagen w/ bug -> generates busted base layer code -> can't build metagen!) but we do not currently generate anything in base, and we also can just revert in that case. Ryan Fleury 2026-05-12 20:02:35 -07:00
  • a0ace3561f eliminate d2r usage (1) from radbin Ryan Fleury 2026-05-12 19:58:15 -07:00
  • fa5af4fa9f notes Ryan Fleury 2026-05-12 19:57:01 -07:00
  • b4f15d3111 adjust project/user saving/loading rules to be less idiosyncratic with other applications. user settings persist, to keep the user from needing to specify things like windows/colors/bindings every time, but projects must always be manually specified, e.g. like usual files in other programs. you can do this either via the ui, or via command line still. also, new user/project no longer require a path - they just clear the existing path, then to set the path you just explicitly save. this makes things much more natural & familiar. Ryan Fleury 2026-05-12 19:34:42 -07:00
  • dcc78314ab fix dbg_info loader treatment of nil keys, avoid bad usage of blank '.rdi' files; os_lnx_* -> lnx_* Ryan Fleury 2026-05-12 14:42:29 -07:00
  • 50a68b9d8c adjust internal definition of sync barrier type to match windows Ryan Fleury 2026-05-12 13:52:25 -07:00
  • d4623a7ddf slow & highly contentious implementation of barriers using more basic sync primitives; fall back if sync barriers not present in win32 version Ryan Fleury 2026-05-12 13:48:57 -07:00
  • 641a7c8b30 on new debug session: close all loaded debug infos, assume none need to stick around Ryan Fleury 2026-05-12 09:38:06 -07:00
  • 15a2d5658f fix auto-thread-selection rules Ryan Fleury 2026-05-11 20:04:36 -07:00
  • d45090a8cc adjust kerning to be rounded, rather than floor'd; adjust step-out desc Ryan Fleury 2026-05-11 19:53:54 -07:00
  • 9eaff99bbb fix build Ryan Fleury 2026-05-11 19:44:26 -07:00
  • cbbacf0b5f sketch out extra disasm instruction outputs for determining read/write locations from instructions (autos) Ryan Fleury 2026-05-11 14:53:05 -07:00
  • d1536953b0 p2r: eliminate spurious duplicate address vmap entries; upgrade step-out with block stepping functionality Ryan Fleury 2026-05-11 14:21:43 -07:00
  • cc099f55aa do not call destroy on caches without a destroy hook :( Ryan Fleury 2026-05-11 13:30:59 -07:00
  • de35a86505 fix artifact cache replaced-value deletion - this CAN NOT run if the new value == the old value Ryan Fleury 2026-05-11 13:29:29 -07:00
  • 52da228efe artifact_cache: fix leak of old-generation artifacts, when those artifacts are replaced by newer generation computations. artifacts can opaquely hold things like arena pointers, and so when we replace them in the cache, we need to respect the lookup api's provision of create/destroy hooks for the cache, such that the artifacts can be released correctly (using the destroy hook) before being replaced. this is separate from regular eviction. Ryan Fleury 2026-05-11 11:49:15 -07:00
  • 6a95da35e0 opengl: more coverage/convergence w/ d3d11 Ryan Fleury 2026-05-09 20:25:14 -07:00
  • 0cfc113272 opengl: apply transforms to rendering Ryan Fleury 2026-05-09 13:30:56 -07:00
  • a16716eff7 d2r2: fix missing function types on functions returning void Ryan Fleury 2026-05-09 12:38:08 -07:00
  • d59d6a21f0 d2r2: do not duplicate line records, were being generated by columnar changes, but these are not currently supported by the debugger Ryan Fleury 2026-05-09 12:18:05 -07:00
  • 2f6d0f9aaa os -> wm; *_w32_ -> w32_*_, *_lnx_ -> lnx_*_ Ryan Fleury 2026-05-08 21:17:21 -07:00
  • 9a7782de47 re-slice linux/win32 backends, top-level folder is backend (demon/win32 -> win32/demon, etc.); os_gfx -> window_manager; fix linux / opengl builds for new apis/types Ryan Fleury 2026-05-08 13:51:20 -07:00
  • aea4a4ff9d eliminate os_core, move into base; eliminate regs, move into arch abstraction layer, define x64 regs in x64 layer; move win32 backend for os core (now base) functionality to top-level win32 layer Ryan Fleury 2026-05-08 12:37:57 -07:00
  • 24c858171f fix complex and char conversion + note Nikita Smith 2026-05-07 21:49:15 -07:00
  • 774e8e1305 notes Ryan Fleury 2026-05-05 12:57:04 -07:00
  • 738163dcbd demon: gather success status of setting traps, but do not fail on failure Ryan Fleury 2026-05-05 12:35:20 -07:00
  • 356237418f demon: always gather 'active' traps - do not require success Ryan Fleury 2026-05-05 12:32:00 -07:00
  • b210afa5ee demon/linux: do not assert on trap write/read success. breakpoints can evaluate to unmapped addresses Ryan Fleury 2026-05-05 12:30:12 -07:00
  • 44c6b6e4d5 do not duplicate function records for decls Ryan Fleury 2026-05-05 12:22:20 -07:00
  • d9f7385f81 d2r2: fix file sequence map build to use correct source files Ryan Fleury 2026-05-05 12:13:07 -07:00
  • 1c8a10e0f7 rdi_make: fix path node lookup to respect root-level ..s Ryan Fleury 2026-05-05 11:47:26 -07:00
  • 26646299a1 rdi_make: preserve root-level ..s in interned path tree Ryan Fleury 2026-05-05 11:20:38 -07:00
  • 5f8e0a5aa9 rd: fix possible-overrides-from-file-path path to correctly use path styles Ryan Fleury 2026-05-05 11:00:08 -07:00
  • 6e376e5615 rd: fix file path mapping to correctly use destination path's style in constructing mapped paths Ryan Fleury 2026-05-05 10:57:46 -07:00
  • 1301165aeb d2r2: disable llvm-dwarfdump-style line table logging Ryan Fleury 2026-05-05 10:50:47 -07:00
  • 384cf11eed d2r2: fix line table register reset conditions in line table conversion Ryan Fleury 2026-05-05 10:49:33 -07:00
  • fb04768002 d2r2: hook up scope containers to contained types / namespaces; fix address table parsing Ryan Fleury 2026-05-05 09:42:55 -07:00
  • aee299efe7 d2r2: deduper fixes/simplification, first half of structured namespace support Ryan Fleury 2026-05-04 15:41:23 -07:00
  • 8f65f466f5 d2r2: expand tag deduplication to both namespaces and types; gather/deduplicate/convert namespaces Ryan Fleury 2026-05-04 13:14:13 -07:00
  • 7157e813a0 d2r2: fix line table build - correct program data size, correct special opcode application Ryan Fleury 2026-05-03 17:55:53 -07:00
  • f2d80da2de d2r2: remove markup Ryan Fleury 2026-05-03 11:25:56 -07:00
  • e48c23db20 d2r2: don't descend children for childless subprograms! Ryan Fleury 2026-05-03 11:24:38 -07:00
  • 4f3d9c96b8 d2r2: when deduplicating types, ensure deterministic (hash -> .debug_info off) mapping, by minimizing the .debug_info off found for a particular type hash - in theory, this step should not be necessary, but there is a mistake / broken part of this theory, which was leading to non-deterministic type graphs in a very small # of cases, due to the same hash mapping to different .debug_info offsets across runs. in theory, the hash itself should take care of this, but there is likely something important missing. in either case, minimizing the .debug_info offset is very cheap, and guarantees we parse from a deterministic place no matter what the run looks like. Ryan Fleury 2026-05-02 20:25:33 -07:00
  • f9eb25dbcb d2r2: do unique type info gathering on a sub-unit granularity, so we can subdivide a unit across all lanes; sort unique type tag slots for determinism Ryan Fleury 2026-05-01 14:12:35 -07:00
  • 0b5e827f6c rd: prioritize fastpath for non-unwound register reads; d2r2: prepass to find all top-level tag trees, subdivide unit work on a root-level tag tree basis Ryan Fleury 2026-05-01 12:34:35 -07:00
  • 0b26b1c83e radbin: only dump eh frame data if found Ryan Fleury 2026-05-01 08:49:16 -07:00
  • 13fb24f253 fix incorrect function parameter type parsing (was causing quadratic parses of .debug_info, oops) Ryan Fleury 2026-05-01 08:42:48 -07:00
  • 0054935252 d2r2: fix scope voff miscount; pattern match trivial value-register locations -> simple kind; fix pre-dwarf5 file table parsing Ryan Fleury 2026-04-30 18:09:30 -07:00
  • 0e2b37ba32 dwarf: do not crash on unsupported codes; text: do not crash on arena releasing w/ zero hash (#766, #771?, #761) Ryan Fleury 2026-04-30 17:50:53 -07:00
  • c83c1f3cfd udt conversion Ryan Fleury 2026-04-29 16:27:58 -07:00
  • 230b004742 d2r2: function type info; fix reg+off location info for signed offsets, function type deduplicating / construction / referencing, etc. Ryan Fleury 2026-04-29 15:50:31 -07:00
  • 9a923e9bf9 d2r2: .debug_loclists parsing, DWARF expression -> RDI location info; first pass at baking frame base into var locations to match simpler PDB behavior; fixes to high-pc address evaluation (based on form kind) Ryan Fleury 2026-04-29 12:40:43 -07:00
  • 242f4e9cbd d2r2: dwarf 5 .debug_rnglists, .debug_addr parsing / usage Ryan Fleury 2026-04-28 09:37:31 -07:00
  • f5ec462438 d2r2: .debug_aranges parsing / unit conversion; .debug_ranges parsing Ryan Fleury 2026-04-28 08:57:59 -07:00
  • f1a9fc5e3a turn off new dwarf converter outputs temporarily Ryan Fleury 2026-04-27 18:14:29 -07:00
  • c6b733de20 d2r2: finished first pass of type conversion; sketched out structure for symbol/unit conversion; plugged everything in Ryan Fleury 2026-04-27 16:07:07 -07:00
  • ffa41c0a98 d2r2: adjustments to type deduper; sketch out topologically-sorted type building path Ryan Fleury 2026-04-27 12:02:27 -07:00
  • be1095eccf d2r2: type dedup content hashing cycle detection / handling; type dependency chain build Ryan Fleury 2026-04-25 09:40:49 -07:00
  • 9768321d08 fix build Ryan Fleury 2026-04-24 20:45:18 -07:00
  • ad0d023c93 d2r2 type deduplication: further work on type content hashing; correct .debug_str_offsets handling; sketch out type dependency chain build Ryan Fleury 2026-04-24 20:33:47 -07:00
  • 35e00de05c d2r2: cross-unit, cross-lane type deduplication Ryan Fleury 2026-04-24 10:21:32 -07:00
  • 1f4c4af598 use compound initializers to define and drive obj generation Nikita Smith 2026-04-24 13:11:34 -07:00
  • ccb1cd8f4d d2r2: built-in types, move rdi variadic type -> built-in Ryan Fleury 2026-04-23 18:54:01 -07:00
  • 44a1c9ca1b d2r2: line sequence production / equipping to src files Ryan Fleury 2026-04-23 18:12:02 -07:00
  • 6348c63cdc make namespace optional for specifying test targets Nikita Smith 2026-04-23 17:33:56 -07:00
  • 7ed5977d20 improve determinism test speed Nikita Smith 2026-04-23 17:17:48 -07:00
  • 467e09178e file -> seq list line seq chunk building Ryan Fleury 2026-04-23 16:10:26 -07:00
  • 611e46cda5 d2r2: fix missing sync; per-unit seq table Ryan Fleury 2026-04-23 15:40:31 -07:00
  • 2637f6abde further line info conversion progress; fix missing sync Ryan Fleury 2026-04-23 15:30:55 -07:00
  • 602cf68980 fix builds Ryan Fleury 2026-04-23 14:45:13 -07:00
  • 2623141fd4 checkpoint on multi-lane / simplified dwarf parsing/conversion; fix incorrect assumption of relative in radbin Ryan Fleury 2026-04-23 14:25:50 -07:00
  • 6f624c10ad fix dwarf conversion to account for new rdi changes Ryan Fleury 2026-04-23 12:30:45 -07:00
  • 684eeda139 setting to turn off transient tab spawns Ryan Fleury 2026-04-22 20:15:36 -07:00
  • 3c214cfbb5 views autocompletion; view doc coverage Ryan Fleury 2026-04-22 19:56:58 -07:00
  • 05d76b416a update defer imp link test Nikita Smith 2026-04-22 18:34:27 -07:00
  • 435b5183fb warn only if override subsystem is different Nikita Smith 2026-04-21 14:54:32 -07:00
  • a027a0ea16 use fully qualified symbol names when doing dbg info searches & when producing strings in debug info table evals Ryan Fleury 2026-04-22 16:24:23 -07:00
  • 0d3539d707 highlighting for views; view doc / autocompletion coverage Ryan Fleury 2026-04-22 16:09:32 -07:00
  • 2eb0b8b233 ctrl -> d Ryan Fleury 2026-04-22 14:53:37 -07:00
  • 0e3c821e28 collapse ctrl/d bps Ryan Fleury 2026-04-22 14:31:08 -07:00
  • 0d8a6a4d3a ctrl -> d type pass Ryan Fleury 2026-04-22 13:37:00 -07:00
  • a90fbc844b merge ctrl_init / d_init Ryan Fleury 2026-04-22 12:56:15 -07:00