Ryan Fleury
|
408b3af27c
|
rdi namespace baking; cv parsing rec iterator, deduplicate oob-safe cv record iterating
|
2026-03-09 14:36:05 -07:00 |
|
Ryan Fleury
|
8db4a09941
|
eliminate global rdim_shared; just use scratch data
|
2026-03-09 11:56:43 -07:00 |
|
Ryan Fleury
|
e2b9618101
|
rdi format - namespaces
|
2026-03-09 09:37:50 -07:00 |
|
Ryan Fleury
|
953f58fd44
|
notes for next RDI pass to support namespacing, support scope-based lookups for local-statics, support fully-qualified namespace name resolution, & simplify/merge RDI variable symbol types, & reduce a lot of size in RDIs!
|
2026-03-04 15:35:57 -08:00 |
|
Ryan Fleury
|
f59da0be9c
|
extend eval language w/ identifier disambiguators - used to pick amongst many identically-named things. for instance, local_static#0 will match the first local_static, local_static#1 will match the second, etc.
|
2026-03-04 11:49:04 -08:00 |
|
Nikita Smith
|
1c6baf18f2
|
msf_parsed_from_data now always returns non-null result
|
2026-03-04 11:41:51 -08:00 |
|
Nikita Smith
|
0d166b398c
|
add mule_main to the build list
|
2026-03-04 11:28:53 -08:00 |
|
Nikita Smith
|
e9a2f36b23
|
switch to internal debug mode detection macro for the element size check in radsort
|
2026-03-04 11:28:53 -08:00 |
|
Nikita Smith
|
57cbd020a1
|
debugging extras
|
2026-03-04 11:28:53 -08:00 |
|
Ryan Fleury
|
4312ee14fd
|
first pass at (rdi -> loose rdim) path, used in (rdi * ... * rdi) -> rdi joining in radbin; plug in regular conversion path before voff -> line & breakpad paths in radbin, such that PDBs, DWARFs, RDIs, etc. can be used as input; fix up voff -> line path to plug into regular output systems; remove String8 union thing - three reasons: (a) it was only ever introduced for convenience in Linux layers, so let's just keep zero-terminated Linux nonsense in Linux land, (b) it was just alternate syntax for a cast, so let's just cast, (c) it was misleading - 'cstr' implies null-termination, which String8 of course doesn't guarantee. this led to some misuses, where .cstr was trusted to be zero-terminated, when that was not necessarily true (semaphore opening).
|
2026-03-03 16:24:54 -08:00 |
|
Ryan Fleury
|
2af3990971
|
do not rely on lane 0 scratch ptrs for results in p2r - prone to races
|
2026-03-02 12:17:03 -08:00 |
|
Ryan Fleury
|
9227e884ac
|
san -> asan / ubsan
|
2026-03-02 12:03:40 -08:00 |
|
Nikita Smith
|
8007c158fa
|
add API to DWARF writer that defines forward references and fix method
conversion in the converter
|
2026-02-27 11:07:19 -08:00 |
|
Nikita Smith
|
b49c902947
|
remove vim mode line
|
2026-02-27 00:55:37 -08:00 |
|
Nikita Smith
|
2fbe45cd47
|
sync before scratch_end to prevent race in the result fill
|
2026-02-26 16:41:36 -08:00 |
|
Nikita Smith
|
a2336b9991
|
ASAN false-positives when threads access foreign stack addresses
|
2026-02-26 16:22:36 -08:00 |
|
Nikita Smith
|
13f189ddcd
|
WIP subprogram conversion tests
|
2026-02-26 14:34:59 -08:00 |
|
Nikita Smith
|
e933df6300
|
WIP type stringifier
|
2026-02-26 14:34:21 -08:00 |
|
Nikita Smith
|
b67d2fad40
|
convert procedure when it was declared inline but was not inlined
|
2026-02-25 22:28:09 -08:00 |
|
Nikita Smith
|
fdd2f4e8f5
|
helper for looping over bits in flags
|
2026-02-25 22:27:12 -08:00 |
|
Nikita Smith
|
1ee8218b0e
|
format visibility attribute
|
2026-02-25 14:27:59 -08:00 |
|
Nikita Smith
|
3e7b791e01
|
WIP subprogram conversion test
|
2026-02-25 11:22:13 -08:00 |
|
Nikita Smith
|
dce1f3f8f7
|
typo
|
2026-02-25 01:39:48 -08:00 |
|
Nikita Smith
|
3500b9cab8
|
test checksums
|
2026-02-24 20:02:29 -08:00 |
|
Nikita Smith
|
2fc4a3472b
|
finalize DWARF line table conversion test
|
2026-02-24 19:05:22 -08:00 |
|
Nikita Smith
|
732c73deff
|
fix divide by zero in the baker
|
2026-02-24 18:57:03 -08:00 |
|
Nikita Smith
|
609cbe7288
|
return invalid line info index on bad virtual offsets
|
2026-02-24 18:49:11 -08:00 |
|
Nikita Smith
|
3759c3eae4
|
string natvis
|
2026-02-24 18:05:39 -08:00 |
|
Nikita Smith
|
c7f7e15434
|
WIP DWARF line table conversion tester
|
2026-02-24 18:05:39 -08:00 |
|
Nikita Smith
|
03445022d5
|
make os file read an atomic operation
|
2026-02-24 18:05:38 -08:00 |
|
Nikita Smith
|
eb8fd11b20
|
input for hashing external leaves was assuming different array layout
|
2026-02-23 13:55:04 -08:00 |
|
Nikita Smith
|
e942dd0380
|
checkpoint
|
2026-02-23 12:04:32 -08:00 |
|
Nikita Smith
|
03ab203fb4
|
warnings
|
2026-02-23 11:57:05 -08:00 |
|
Nikita Smith
|
2df9a155c6
|
build radbin for torture
|
2026-02-23 11:54:37 -08:00 |
|
Nikita Smith
|
6e1816a01c
|
disable crash handler to diagnose crash in github workflows
|
2026-02-23 11:42:30 -08:00 |
|
Nikita Smith
|
b022492c7b
|
use-after-poison fixes
|
2026-02-23 11:37:36 -08:00 |
|
Nikita Smith
|
f07ea37df7
|
missed format spot
|
2026-02-23 10:45:05 -08:00 |
|
Nikita Smith
|
8b7215695b
|
test DWARF32 and DWARF64 unit encodings
|
2026-02-22 22:34:28 -08:00 |
|
Nikita Smith
|
cc00fe7825
|
minor fixes and improvements for DWARF dumper
|
2026-02-22 20:18:57 -08:00 |
|
Nikita Smith
|
2a8a1a5741
|
test all LNCT encoding in the file table,
test line instruction encoder,
test special opcode encoding
|
2026-02-22 20:17:00 -08:00 |
|
Nikita Smith
|
a7e64c3928
|
more reasonable string pad count
|
2026-02-20 22:24:39 -08:00 |
|
Nikita Smith
|
20d3fa4ddb
|
normalize paths with inconsistent slashes
|
2026-02-20 22:08:26 -08:00 |
|
Nikita Smith
|
4b88258a30
|
emit simple DWARF line table
|
2026-02-20 18:08:45 -08:00 |
|
Nikita Smith
|
121c211d81
|
minor changes in DWARF dumper
|
2026-02-20 18:07:47 -08:00 |
|
Nikita Smith
|
fda380c66b
|
flush on end sequence opcode and correctly debase addresses
|
2026-02-20 18:07:06 -08:00 |
|
Nikita Smith
|
3637fe359a
|
do not create async workers for torture
|
2026-02-20 18:06:31 -08:00 |
|
Nikita Smith
|
6ece754edd
|
max ops and max size for x64 inst
|
2026-02-20 18:06:00 -08:00 |
|
Nikita Smith
|
cfe3cde396
|
checkpoint: basic line emission
|
2026-02-20 11:17:12 -08:00 |
|
Nikita Smith
|
a6dd529dd5
|
explicitly handle null terminator in abbrev parse
|
2026-02-19 18:11:12 -08:00 |
|
Nikita Smith
|
a9d3757dbc
|
fix wonky line table indent
|
2026-02-19 18:11:12 -08:00 |
|