Ryan Fleury
|
a5d6e8a335
|
make eval ctxs more robust to missing info, e.g. in the test harness case
|
2025-03-31 13:48:19 -07:00 |
|
Ryan Fleury
|
3c8f58cb38
|
add tracking to dbgi scopes
|
2025-02-21 13:23:12 -08:00 |
|
Ryan Fleury
|
a40c26a0eb
|
fix incorrect singly-linked-list/doubly-linked-list mismatch in dbgi search cache
|
2024-11-19 10:41:22 -08:00 |
|
Ryan Fleury
|
cb5f9a2e06
|
robustify search item usage code to changed sets of dbgis
|
2024-11-18 11:42:43 -08:00 |
|
Ryan Fleury
|
846cfd259c
|
fix incorrect search joining logic, in cases where a key has been evicted
|
2024-11-18 10:24:02 -08:00 |
|
Ryan Fleury
|
32cfe28094
|
exclusively lock search stripe when taking task & bumping work refcount
|
2024-11-18 09:58:34 -08:00 |
|
Ryan Fleury
|
f1c5c97a1b
|
fix stale detection in background fuzzy search results
|
2024-11-15 14:53:03 -08:00 |
|
Ryan Fleury
|
6be2792659
|
search cache eviction
|
2024-11-15 14:40:05 -08:00 |
|
Ryan Fleury
|
48c7bb788e
|
fix incorrect completion parameters hash storage in dbgi matching work, pt. 2
|
2024-11-15 11:15:25 -08:00 |
|
Ryan Fleury
|
080a001183
|
fix incorrect completion parameters hash storage in dbgi matching work
|
2024-11-15 11:12:58 -08:00 |
|
Ryan Fleury
|
ce90b63079
|
oops........
|
2024-11-14 10:58:52 -08:00 |
|
Ryan Fleury
|
6cf9b82857
|
strip out completion counter from dbgi parsing layer
|
2024-11-14 10:47:45 -08:00 |
|
Ryan Fleury
|
cefbd40e2c
|
fix rw lock r/w mismatch
|
2024-11-14 10:26:51 -08:00 |
|
Ryan Fleury
|
420f089fda
|
eliminate incorrect cases of async_push_work, where pushes which could occur on worker threads may try to write to a cache that is currently being held, when the push occurs (when all threads are saturated) - async_push_work must never be called from within a cache locking mechanism
|
2024-11-14 09:55:03 -08:00 |
|
Ryan Fleury
|
ff45952f07
|
re-introduce timeout-based re-requests for dbgi & fs layers; further adjust pre-emptive conversion heuristic
|
2024-11-14 09:29:01 -08:00 |
|
Ryan Fleury
|
fa4f9621b0
|
adjust pre-emptive conversion heuristics; fix deadlock scenario in match work
|
2024-11-14 09:10:07 -08:00 |
|
Ryan Fleury
|
4c0ebc851c
|
async priorities, strip out incorrect ring position calculations
|
2024-11-13 18:23:18 -08:00 |
|
Ryan Fleury
|
dcec3c07d9
|
pass over pre-emptive debug info conversion heuristic, to be friendlier to ue-style root project directories, with what feels like 1000s and 1000s of sub-directories with DLLs hidden in various folders
|
2024-11-13 14:40:08 -08:00 |
|
Ryan Fleury
|
ff90a90744
|
fix lru eviction in async name match store
|
2024-11-12 14:36:40 -08:00 |
|
Ryan Fleury
|
e95afcd5aa
|
fix ring buffer stomping in async match
|
2024-11-12 13:20:42 -08:00 |
|
Ryan Fleury
|
9808157f45
|
switch match tasks to atomically update match nodes, rather than push results into a queue
|
2024-11-12 13:00:23 -08:00 |
|
Ryan Fleury
|
0ec6b8e8a8
|
more work on match store experiment; consume ring buffer results on begin - this experiment is not exactly the right approach, though. because the ui thread definitionally learns about these identifiers faster than the matches can (always) be completed, there is a permanent writer-going-faster-than-reader problem. the correct approach will need to account for this.
|
2024-11-12 13:00:23 -08:00 |
|
Ryan Fleury
|
3e0c150ccb
|
more work on background name matching & plugging it into syntax highlighting path
|
2024-11-12 13:00:23 -08:00 |
|
Ryan Fleury
|
420c2ec208
|
fix dbgi key array copy
|
2024-11-11 16:15:15 -08:00 |
|
Ryan Fleury
|
f9abd3efb9
|
first half of first pass at asynchronous name matching; simplify current name matching path used in syntax highlighting & deduplicate between code slice & code labels
|
2024-11-11 16:06:01 -08:00 |
|
Ryan Fleury
|
5893ab94cb
|
cancellation mechanism for debug info fuzzy searching
|
2024-11-11 10:38:52 -08:00 |
|
Ryan Fleury
|
ff2e9df705
|
fix incorrect match range list copying in new searcher threads
|
2024-11-11 10:02:06 -08:00 |
|
Ryan Fleury
|
a89af7f6fd
|
scratch that - *now* fix the arrayification
|
2024-11-07 10:07:36 -08:00 |
|
Ryan Fleury
|
5a19ab9c31
|
fix new search path arrayification
|
2024-11-07 10:06:49 -08:00 |
|
Ryan Fleury
|
e204fe28c1
|
eliminate deadlocking mechanism in dbgi search cache lookup/mutation; replace with simpler but possibly worse mechanism for now
|
2024-11-07 09:57:25 -08:00 |
|
Ryan Fleury
|
d036eb9fc5
|
eliminate old dbgi_search layer
|
2024-11-05 15:08:58 -08:00 |
|
Ryan Fleury
|
1621e504ce
|
first half pass at new dbgi fuzzy searching functionality; distributes search amongst sub-tasks
|
2024-11-05 15:07:06 -08:00 |
|
Ryan Fleury
|
4a0e21d447
|
collapse user clock indices into base-layer-provided clock counter; fuzzy_search -> dbgi_search
|
2024-11-04 13:12:52 -08:00 |
|
Ryan Fleury
|
c3a672cd02
|
fix incorrect async work ordering in dbgi layer
|
2024-11-03 12:48:34 -08:00 |
|
Ryan Fleury
|
a40edbba51
|
dasm, ctrl memstream, & more moving to async layer, rather than per-layer thread pools
|
2024-11-03 12:11:24 -08:00 |
|
Ryan Fleury
|
5a0efe1261
|
move dbgi layer to async task layer
|
2024-11-01 15:30:17 -07:00 |
|
Ryan Fleury
|
4769d0a8d4
|
narrow scope of name resolution for debugger collections; default launching to not attach to child processes, set up msgs to parameterize this
|
2024-10-28 15:37:28 -07:00 |
|
Ryan Fleury
|
b9f931a749
|
guard against name collisions in call stack root expression; need to explicitly resolve against debugger-defined names
|
2024-10-10 15:34:31 -07:00 |
|
Ryan Fleury
|
6534bff5d0
|
eliminate state delta history experiment codef
|
2024-09-10 07:24:33 -07:00 |
|
Ryan Fleury
|
3e6b8a3c66
|
first pass at converting frontend over to using new eval system
|
2024-08-05 17:05:43 -07:00 |
|
Ryan Fleury
|
b18e437337
|
git normalize all files
|
2024-07-26 11:13:47 -07:00 |
|
Ryan Fleury
|
b3f69f30ad
|
os_core: linux port for file maps, file iters
|
2024-07-16 14:11:37 -07:00 |
|
Ryan Fleury
|
1b74fb0760
|
simplification pass over os core layer; simplification pass over base arena; set up build.sh; stub out new spot for linux os core
|
2024-07-15 17:23:01 -07:00 |
|
Ryan Fleury
|
3d272a598b
|
complete convergence of new disasm view, which uses the core code view path
|
2024-06-26 10:57:49 -07:00 |
|
Ryan Fleury
|
376a7c48a5
|
pass over logging, include a lot of extra info in ctrl thread log; demon abstraction for target-process memory allocation/protection; switch spoofs to being in allocated page, rather than at bogus address
|
2024-06-19 11:12:21 -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
|
bddc9c97d9
|
get rdi_dump off dbgi layer, actually, super bad idea; just dedup decompression code
|
2024-05-24 17:18:31 -07:00 |
|
Ryan Fleury
|
6837d8d71a
|
move rdi_dump over to dbgi layer
|
2024-05-23 15:16:53 -07:00 |
|