Ryan Fleury
|
b47b22bdce
|
correct thread -> src mapping, given inline info
|
2024-06-13 15:18:29 -07:00 |
|
Ryan Fleury
|
41e99bd2f6
|
proper inline frame unwind selection & storage & command parameterization
|
2024-06-13 15:18:29 -07:00 |
|
Ryan Fleury
|
2c7d15de59
|
pull out 'rich unwind' gathering path, which takes a 'concrete unwind'
and produces a full unwind with debug-info-derived inline frames
|
2024-06-13 15:18:29 -07:00 |
|
Ryan Fleury
|
dafbe32e85
|
adjust line info lookup apis to be range-based, with a first-and-shallowest-only helper
|
2024-06-13 15:18:29 -07:00 |
|
Ryan Fleury
|
6e9b2bd107
|
extend rdi line info lookups with depth; fix bad panel deref in target view cmds
|
2024-06-13 15:18:29 -07:00 |
|
Ryan Fleury
|
10ead2f999
|
rdi: first pass of eliminating remainder of non-top-level sections; simplification/cleanup of rdi parsing layer
|
2024-06-13 15:18:28 -07:00 |
|
Ryan Fleury
|
7e85335f3b
|
move per-source-file line maps to top-level sections, and move source line -> voff maps to separate top-level info table
|
2024-06-13 15:18:28 -07:00 |
|
Ryan Fleury
|
44868c0e85
|
rdi, rdi_make, rdi_from_pdb, rdi_dump, df, dasm, etc: extract line tables from per-unit data sections, have top-level line info tables with units referring to line tables, and line tables just referring to sub-ranges of top-level sections; fix off-by-one string index in rdi generation
|
2024-06-13 15:18:28 -07:00 |
|
Ryan Fleury
|
89c8f84498
|
more tweaks with new double-margin; do not try to display non-printable ascii characters in watch
|
2024-05-29 12:25:03 -07:00 |
|
Ryan Fleury
|
5778e75d66
|
oops - do not zero unwind cache node after adding it, zero it before adding it
|
2024-05-28 21:45:14 -07:00 |
|
Ryan Fleury
|
68d3f17ecb
|
do not snap-to-thread on soft-halts
|
2024-05-28 07:30:54 -07:00 |
|
Ryan Fleury
|
d04ee598b2
|
use lower level unwinding path with more generous time allowance, rather than passive cache query, for step-out
|
2024-05-26 14:35:57 -07:00 |
|
Ryan Fleury
|
05c751a61a
|
fix filesystem lister names
|
2024-05-26 12:47:47 -07:00 |
|
Ryan Fleury
|
7e0611e7f1
|
recent projects history & opener
|
2024-05-24 14:03:07 -07:00 |
|
Ryan Fleury
|
fd7085b690
|
do not settle for empty unwinds
|
2024-05-24 13:37:31 -07:00 |
|
Ryan Fleury
|
5f76fcfb6b
|
filter panel tabs by project, if applicable; move all tab controls & so on to working based on this filtering mechanism
|
2024-05-24 13:33:47 -07:00 |
|
Ryan Fleury
|
15a1f81545
|
profile -> project
|
2024-05-24 12:35:51 -07:00 |
|
Ryan Fleury
|
dc5dda3f71
|
visualize handle basic types
|
2024-05-23 14:47:42 -07:00 |
|
Ryan Fleury
|
f431ac7f80
|
rewrite ipc communication; do ipc message reception on separate thread, wake up main thread; fix various robustness issues. do not necessarily initialize slower-to-initialize layers in conversion/ipc instances
|
2024-05-23 14:34:01 -07:00 |
|
Ryan Fleury
|
bc40d1c0b0
|
rewrite frontend unwind cache to always preserve stale results until a new unwind successfully completes
|
2024-05-23 11:16:34 -07:00 |
|
Ryan Fleury
|
f26b4c3b06
|
eliminate path-tree-based keying of debug info on frontend; use dbgi-layer-defined debug info keys, which can be more robust to changes to the same debug info path across time (e.g. during hot reloads
|
2024-05-23 10:30:23 -07:00 |
|
Ryan Fleury
|
7a4e939886
|
fix incorrectly referring to root entity for debug info if missing; fix thread register cache issues; fix new dbgi layer issues
|
2024-05-22 11:13:08 -07:00 |
|
Ryan Fleury
|
a019115b95
|
get ctrl and debug frontend layers onto new pdb-path-based debug info loader layer; sketch out standalone fuzzy search layer, to replace old dbgi searching functionality; shift all debug frontend code from referring to debug info via 'binaries' to referring to debug info via 'dbgis', just file entities at the location of o.g. debug info
|
2024-05-21 10:08:28 -07:00 |
|
Ryan Fleury
|
fd6befecc3
|
get tls address calculation off of binary parsing path; do based on in-process memory
|
2024-05-20 12:55:20 -07:00 |
|
Ryan Fleury
|
9919ac59bb
|
move module image info parse / cache management to ctrl thread, directly tie to module lifetime as ctrl thread sees it; reduce load from each unwind
|
2024-05-20 10:58:45 -07:00 |
|
Ryan Fleury
|
2d1fcd7475
|
fix some unwanted frontend unwind cache behavior; fix staleness calculation in ctrl process memory cache
|
2024-05-20 08:23:41 -07:00 |
|
Ryan Fleury
|
301cf6b7ac
|
regression fixes, better integration, and tightening up the new unwinder
|
2024-05-17 14:15:11 -07:00 |
|
Ryan Fleury
|
578a56d231
|
further progress on new unwinder
|
2024-05-16 17:12:37 -07:00 |
|
Ryan Fleury
|
364a2160af
|
correctly register jit debugger exe; collect jit_debug_info into dmn win32; notes
|
2024-05-15 13:25:20 -07:00 |
|
Ryan Fleury
|
5d459d9b7a
|
skip/chop whitespace on launch parameters
|
2024-05-14 08:23:28 -07:00 |
|
Ryan Fleury
|
3085482e34
|
expand base layer logging mechanism with bucketing info; make one bucket for passive log collection, another for user-facing errors; always consume user errors at the top-level and display; use user-error mechanism to communicate bad 32-bit app launches from demon
|
2024-05-14 08:10:02 -07:00 |
|
Ryan Fleury
|
e41eb9430f
|
finish pass to convert everything over to ui events, eliminate nav actions; intermix os events & ui event production with commands
|
2024-05-13 11:48:42 -07:00 |
|
Ryan Fleury
|
879e649d0e
|
more frontend logging
|
2024-04-23 10:07:59 -07:00 |
|
Ryan Fleury
|
15e9dec60a
|
fix incorrect entity destruction logging
|
2024-04-23 10:04:05 -07:00 |
|
Ryan Fleury
|
ec13092a35
|
ui thread logging; more ctrl thread logging
|
2024-04-23 09:57:17 -07:00 |
|
Ryan Fleury
|
a6bed27dff
|
errr, reverse last change
|
2024-04-10 13:37:32 -07:00 |
|
Ryan Fleury
|
b7a14aa41c
|
explicitly show error if decoding line machine code or line info fails
|
2024-04-10 13:36:52 -07:00 |
|
Ryan Fleury
|
d560f8c734
|
fix backslash escaping rules in cfg serialization; fix small scrolling (e.g. from trackpad) often being truncated to having no effect; fixed hanging when set-thread-name specifies a non-readable address
|
2024-04-09 07:37:53 -07:00 |
|
Ryan Fleury
|
36b50981ff
|
fix conditional breakpoints, post demon2/ctrl passes
|
2024-04-05 11:38:14 -07:00 |
|
Ryan Fleury
|
52295e5e06
|
first pass at view rule lookup cache... this might not be the right thing here
|
2024-04-01 14:48:48 -07:00 |
|
Ryan Fleury
|
63123d69d1
|
set up auto view rule entities, serialization, & editor ui, for automatically mapping specific types to specific view rules
|
2024-04-01 14:30:48 -07:00 |
|
Ryan Fleury
|
835eae208a
|
extend eval viz pipeline with split between edit/display expression strings per-block and per-row. this allows reconstruction of the string that would lead to the same eval as a row (even if it is auto-generated by e.g. expanding a root-level row; also allow -- to extend eval expressions with passthrough text, used for view rules
|
2024-04-01 13:56:07 -07:00 |
|
Ryan Fleury
|
693d20ec1a
|
fix incorrect generation of modifier flags, container types, and out-of-order pointer/modifier types in new pdb -> raddbgi converter. fixes many 'nil type' issues, missing this ptr, etc.
|
2024-03-30 19:29:16 -07:00 |
|
Ryan Fleury
|
60030b298b
|
bitfield support in address mode -> value mode evaluation path
|
2024-03-29 09:51:38 -07:00 |
|
Ryan Fleury
|
d9675f2565
|
allow assembly-style dereferences in eval parser; register/register-alias syntax highlighting
|
2024-03-29 08:52:46 -07:00 |
|
Ryan Fleury
|
7c7b44e940
|
attempt to auto-resolve numeric evaluations into addresses in frontend eval path
|
2024-03-29 08:52:45 -07:00 |
|
Ryan Fleury
|
5aa8aa1c66
|
fix expandability rules for function pointer types; identifiers -> keywords in disassembly
|
2024-03-28 19:56:33 -07:00 |
|
Ryan Fleury
|
0ead1c034c
|
eliminate old dasm layer, since we're all caught up with dasm_cache
|
2024-03-28 14:58:25 -07:00 |
|
Ryan Fleury
|
f46691d79a
|
dasm -> dasmi; make room for new dasm_cache layer
|
2024-03-28 09:45:41 -07:00 |
|
Ryan Fleury
|
a14d0f5b18
|
rewire up target colors with processes/modules/threads; use first module path for correllation rather than entities & id correllation
|
2024-03-27 15:25:27 -07:00 |
|