Ryan Fleury
|
32c4da878f
|
fix radbin build
|
2025-10-02 11:53:53 -07:00 |
|
Ryan Fleury
|
a58c23754a
|
di2 -> di; delete old dbg info layer, delete async layer
|
2025-10-01 17:30:08 -07:00 |
|
Ryan Fleury
|
544fea0929
|
actually - keep (path * stamp -> key) and (key -> path * stamp) history - we do not need to evict these. also fix incorrect file map view closure on debug info close
|
2025-10-01 17:19:15 -07:00 |
|
Ryan Fleury
|
2cb94c422a
|
update key -> path and path -> key records on debug info closing
|
2025-10-01 16:36:45 -07:00 |
|
Ryan Fleury
|
47e2014250
|
reset high priority bit
|
2025-10-01 15:53:58 -07:00 |
|
Ryan Fleury
|
24670e3095
|
fix di2 successful search continuity
|
2025-10-01 15:46:42 -07:00 |
|
Ryan Fleury
|
7707ba1d60
|
dwarf debug info option in builds, fix heuristic to try to load debug info from exe itself
|
2025-10-01 15:36:36 -07:00 |
|
Ryan Fleury
|
db66beaf22
|
correctly interpret conversion completions; single high priority re-loop bit for async threads
|
2025-10-01 14:32:44 -07:00 |
|
Ryan Fleury
|
b92821b503
|
convert less aggressively, fix incorrect di2 request batch clearing
|
2025-10-01 11:44:47 -07:00 |
|
Ryan Fleury
|
24406d1e4e
|
use lack of user bps as hint that no rdis are necessary to wait on
|
2025-10-01 11:24:37 -07:00 |
|
Ryan Fleury
|
cd048a878b
|
fix module req cache bug; fall back on exe path as debug info
|
2025-09-30 17:54:31 -07:00 |
|
Ryan Fleury
|
628eaf84ee
|
fix release order in dbg_info2
|
2025-09-30 16:47:26 -07:00 |
|
Ryan Fleury
|
89a026e2a6
|
fix content cache submission - theory is that non-zeroed keys were causing double-decs of history!
|
2025-09-30 15:55:22 -07:00 |
|
Ryan Fleury
|
d5ea64a72d
|
merge blob & key storage locking scopes in content layer - keep both blob & key cache updates 'atomic'
|
2025-09-30 15:25:15 -07:00 |
|
Ryan Fleury
|
5b00aaadaf
|
debugging / fixes
|
2025-09-30 14:18:11 -07:00 |
|
Ryan Fleury
|
4964a94cd3
|
transition to dbg_info2
|
2025-09-30 12:52:32 -07:00 |
|
Ryan Fleury
|
4b122dec51
|
testing / debugging
|
2025-09-30 11:21:35 -07:00 |
|
Ryan Fleury
|
ea99cb22e7
|
dbg_info2: async match artifact cache hooks / lookup
|
2025-09-30 11:16:15 -07:00 |
|
Ryan Fleury
|
bf27344a9b
|
replace extra gen parameters in artifact creation hook; replace with explicit cancellation signal, passed by caller
|
2025-09-30 11:01:04 -07:00 |
|
Ryan Fleury
|
45a2137d08
|
linux: fix incorrect gethostname usage, fix build, fix clang warnings
|
2025-09-30 10:02:40 -07:00 |
|
Nikita Smith
|
81d747b8d7
|
fix process join
|
2025-09-29 18:05:11 -07:00 |
|
Ryan Fleury
|
d842da0b2e
|
checkpoint on wide all-debug-info fuzzy searching cache
|
2025-09-29 17:21:37 -07:00 |
|
Ryan Fleury
|
4d30933c44
|
debug info load gen, to easily key anything based on entire set of loaded debug info
|
2025-09-29 17:15:03 -07:00 |
|
Ryan Fleury
|
d2678db25f
|
first pass at new wide async all-debug-info fuzzy searching
|
2025-09-29 17:09:44 -07:00 |
|
Ryan Fleury
|
768755b0a4
|
equip conversion subprocesses with info to signal parent on completion, + plug into a wakeup thread, which can re-trigger the async wavefront. also fix duplicate line counts in text parsing
|
2025-09-29 16:38:57 -07:00 |
|
Ryan Fleury
|
3a409f5ab3
|
throttle new conversion process launches based on available system-wide threads, with heuristic threshold of oversubscription; tweak size -> thread count heuristic
|
2025-09-29 16:07:16 -07:00 |
|
Ryan Fleury
|
92809ee6b6
|
new debug info loading layer debugging & fixes
|
2025-09-29 15:07:08 -07:00 |
|
Ryan Fleury
|
08904c9e2d
|
another checkpoint on new dbg info loading
|
2025-09-29 14:51:28 -07:00 |
|
Ryan Fleury
|
46527c8465
|
checkpoint in new debug info layer: 16-byte key (set up to use GUIDs or otherwise unique keys at the base), better control over oversubscribing cores for conversion, better prioritization of conversions
|
2025-09-29 14:12:33 -07:00 |
|
Nikita Smith
|
8bf0a3de5b
|
split conversion pass into three (types, udts, and symbols) and use
new locations chunk list
|
2025-09-29 00:11:27 -07:00 |
|
Nikita Smith
|
07d77a0e79
|
report unsuccessful writes
|
2025-09-26 16:28:46 -07:00 |
|
Nikita Smith
|
c5fe329c05
|
fix return status for file writes
|
2025-09-26 16:28:46 -07:00 |
|
Nikita Smith
|
5709fb54dd
|
simplify debug info conversion loop
|
2025-09-26 16:28:46 -07:00 |
|
Nikita Smith
|
7084320a83
|
helper for finding parent type
|
2025-09-26 16:28:46 -07:00 |
|
Nikita Smith
|
eb4e6d2883
|
alloc slots for null
|
2025-09-26 16:28:46 -07:00 |
|
Ryan Fleury
|
d7fc7d1fa9
|
handle aliases gracefully in eval expansion & string iterator
|
2025-09-26 16:23:17 -07:00 |
|
Ryan Fleury
|
eda4f6bafa
|
preserve & visualize restrict type modifiers in eval
|
2025-09-26 15:32:13 -07:00 |
|
Ryan Fleury
|
5fa3efe76a
|
bugfix evictions, correctly maintain downstream content hash counts
|
2025-09-26 15:09:47 -07:00 |
|
Ryan Fleury
|
ad9c67ae43
|
eliminate old caches from ctrl layer
|
2025-09-26 13:44:19 -07:00 |
|
Ryan Fleury
|
b2acc13fb8
|
eliminate old async call stack computation / call stack cache code
|
2025-09-26 12:00:25 -07:00 |
|
Ryan Fleury
|
99195282f1
|
async call stack tree computation -> artifact cache
|
2025-09-26 11:57:08 -07:00 |
|
Ryan Fleury
|
9033ad8a2e
|
no dashes in guid formatting in breakpad output; also include age
|
2025-09-26 11:44:42 -07:00 |
|
Ryan Fleury
|
cd7e2d3f89
|
breakpad dumping: include pdb name if missing exe name, include pdb guid if no exe hash
|
2025-09-26 11:37:07 -07:00 |
|
Ryan Fleury
|
9ad7361cb9
|
thin out needed entities for call stack build; fix unnecessary re-loops on async threads
|
2025-09-25 17:07:02 -07:00 |
|
Ryan Fleury
|
d1845bf51f
|
no_inline on entry_point
|
2025-09-25 15:52:58 -07:00 |
|
Ryan Fleury
|
366c63e3ce
|
extend artifact cache loop with an early-out cancellation path, when new high priority requests have been pushed, while low priority ones are still being worked on
|
2025-09-25 15:35:22 -07:00 |
|
Ryan Fleury
|
c4bf855af9
|
extend artifact cache nodes with last requested vs. last completed gen; pass last requested gen to artifact creation to support cancellation
|
2025-09-25 14:59:29 -07:00 |
|
Nikita Smith
|
d3d91c64cc
|
get DWARF converter up and running
|
2025-09-25 12:38:21 -07:00 |
|
Ryan Fleury
|
05fbd06f82
|
delete dead code, dbgi -> dbg_info
|
2025-09-25 11:57:23 -07:00 |
|
Ryan Fleury
|
6d39a66672
|
eliminate ptr graph cache experiment
|
2025-09-25 11:52:33 -07:00 |
|