Ryan Fleury
50000c0d6b
adjust metagen to support correctly-escaped multiline string generations; sketch out setting schemas; eliminate old settings hack, move to using cfg tree & settings schema
2025-01-23 11:39:55 -08:00
Ryan Fleury
6d55d21643
fix clang builds
2024-11-01 15:22:26 -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
Nikita Smith
a43678e311
voff -> line search fix
...
when line table contains duplicate virtual offsets we have to return
index of last virtual offset so following property is true:
'line_length = virtual_offsets[index + 1] - virtual_offsets[index]'
2024-10-21 13:32:04 -07:00
Nikita Smith
68c0906570
print register name
2024-10-19 20:39:40 -07:00
Nikita Smith
b1d6ebf77b
added masm language enum and type kind count
2024-10-15 16:20:18 -07:00
Ryan Fleury
fe59fab3da
progress on callstack view replacement
2024-09-27 15:48:36 -07:00
Ryan Fleury
84f685803d
fix set-space ir extension instruction; expand ctrlbits to u16, so that it can encode modern register sized decodes
2024-09-16 11:59:06 -07:00
Ryan Fleury
cf7b664ab2
bswap expression & ir
2024-08-27 11:35:45 -07:00
Ryan Fleury
47462f4789
first pass at filesystem evaluation in eval system
2024-08-22 16:55:07 -07:00
Ryan Fleury
4611ddb536
eval value array indexing; type-only evaluation of array indexing and member accesses; various fixes
2024-08-20 16:13:01 -07:00
Ryan Fleury
33fe9ba485
formally support hresult codes as distinct from handles in debug info & visualization
2024-08-14 13:48:09 -07:00
Ryan Fleury
918895c091
small string evaluation; strings as values in eval
2024-08-14 10:49:56 -07:00
Ryan Fleury
eac1672c4e
begin sketching out eval paths for small string operations
2024-08-13 16:16:55 -07:00
Ryan Fleury
07c4e6ee87
evaluation compiler debug tooltip visualizer
2024-08-13 15:41:01 -07:00
Ryan Fleury
5a682e5888
split eval systems, to decouple types/exprs/parsing (debug info dependent), from irization (macro map dependent), from interpretation (completely independent of the former two stages & all their dependencies)
2024-08-06 13:57:48 -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
1d87c34dca
fix big growth path in arena; make rdi parse code slightly more robust to malformed rdis
2024-07-26 08:37:13 -07:00
Nikita
e18e136f82
fixed line number binary search for last range in line number map
2024-07-23 08:44:08 -07:00
Martins Mozeiko
ce7c8d5244
avx512 registers & fixes for getting & setting x64 context
2024-07-23 08:43:35 -07:00
Ryan Fleury
3cc51038df
os_core: linux port for memory, thread info, filesystem apis
2024-07-16 13:24:54 -07:00
Ryan Fleury
6eef8c3e16
rdi_format_parse: prefer line info idxs with file coordinates in line mapping helper
2024-06-19 13:27:34 -07:00
Ryan Fleury
0b3e3228d1
rdi_from_pdb: fix incorrect bounds checks on procedure frameproc lookup for local location info
2024-06-17 09:34:27 -07:00
Ryan Fleury
933b4c90de
fix rdi_format_parse and rdi_breakpad_from_pdb build
2024-06-13 17:12:31 -07:00
Ryan Fleury
5349838633
rdi: producer name in top-level-info
2024-06-13 16:55:47 -07:00
Ryan Fleury
bf2d5640fa
go back to per-inline-site line tables; eliminate call location for inline tables; these can be encoded via parent line tables; wire up parsed line tables to inline site production from symbol conversion phase
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
c80555c49d
rdi_make, rdi_from_pdb, rdi_dump: sketch out the building (no parsing/filling yet), dumping, and baking/serializing of inline sites
2024-06-13 15:18:29 -07:00
Ryan Fleury
a3f411ddd4
more progress on rdi parsing library high-level composite helpers; update breakpad_from_pdb to new format/maker changes
2024-06-13 15:18:29 -07:00
Ryan Fleury
084cabad39
pass over high level composite rdi parsing helpers
2024-06-13 15:18:29 -07:00
Ryan Fleury
809a888ce7
rdi make: first pass at new baking paths
2024-06-13 15:18:28 -07:00
Ryan Fleury
d0d1e7d7e6
sketch out artifact types for new rdi baking pass
2024-06-13 15:18:28 -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
f7ce1b73bc
introduce separate rdi table element types for isolated line tables & inline sites
2024-06-13 15:18:28 -07:00
Ryan Fleury
cc58703185
reorganize generated & handwritten library (relocatable) rad debug info format files; separate from codebase-local tools for managing or internally including the libraries
2024-06-01 19:24:46 -07:00
Ryan Fleury
f50b54cff7
complete metacodification of rdi format info into tables
2024-06-01 19:24:46 -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
35c599dea3
raddbgi -> rdi
2024-05-23 15:09:53 -07:00