Nikita Smith
5ba981357d
fix string cast warning
2025-03-27 15:01:16 -07:00
Nikita Smith
49ba163077
export CodeView types as aliases to its builtin counter-parts,
2025-03-27 13:47:47 -07:00
Nikita Smith
63086b802c
opcodes for encoding partial values
2025-03-26 12:19:16 -07:00
Nikita Smith
d137d928c9
added call site value opcode to RDI format
2025-03-26 12:19:16 -07:00
Ryan Fleury
c4f4b5ff01
merge
2025-03-25 16:21:51 -07:00
Ryan Fleury
c70132cd37
never mind --- this conflicts badly with stable version!
2025-03-21 11:51:52 -07:00
Ryan Fleury
1cef39d0a3
bump encoding version to match dev
2025-03-21 11:42:02 -07:00
Ryan Fleury
cc4c889a99
bump format encoding version; add breakpad converter to ci; remove unused code
2025-03-21 11:39:53 -07:00
Nikita Smith
44249f35fc
pass over the make RDI library
...
- Handle type layout in the library so converts simply
define type graph and let the library handle DAG layout.
- Changed location baking. For now the library waits for scope, procs,
global vars, and thread vars steps to serially finish because
of common dependency on location sections, we need to parallel for each step.
- Changed encoded offset size for RDI_EvalOp_FrameOff to 8 bytes
(1 byte is not enough to cover all cases)
- Added frame base location to RDI_Procedure (WASM encodes frame base
as an index into a global array and so we have to resolve the base
at runtime).
2025-03-10 16:49:54 -07:00
Nikita Smith
5717d6c54c
export restrict modifier
2025-03-04 13:26:24 -08:00
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
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
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
9932a30ef9
entity parameter tree equipment; architecture -> arch
2024-08-29 13:16:50 -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
728120690d
ptr/array-value comparison path in eval
2024-08-14 11:29:45 -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
b18e437337
git normalize all files
2024-07-26 11:13:47 -07:00
Martins Mozeiko
ce7c8d5244
avx512 registers & fixes for getting & setting x64 context
2024-07-23 08:43:35 -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
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
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
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
3ad6197b88
eliminate old per-unit line info code
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
c1764cee07
adjust builds to new rdi library setup
2024-06-01 19:24:46 -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
cdf0b67354
clean up metaprogram multiline string line endings; fix rdi_from_pdb build
2024-06-01 19:24:46 -07:00
Ryan Fleury
45f69b6f98
further progress on metacode-driven generation of rdi headers; metaprogram xlist generation; getting rdi_dump up-to-speed
2024-06-01 19:24:46 -07:00
Ryan Fleury
47df50b6dc
generation folder output override in metaprogram
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
8492693df2
initial pass of moving rdi definitions to metacode tables
2024-06-01 19:24:45 -07:00