bump format encoding version; add breakpad converter to ci; remove unused code

This commit is contained in:
Ryan Fleury
2025-03-21 11:39:53 -07:00
parent 1dc0192322
commit cc4c889a99
4 changed files with 14 additions and 13 deletions
+12 -10
View File
@@ -20,13 +20,15 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
call build raddbg msvc debug || exit /b 1
call build rdi_from_pdb msvc debug || exit /b 1
call build rdi_from_dwarf msvc debug || exit /b 1
call build rdi_dump msvc debug || exit /b 1
call build raddbg clang debug || exit /b 1
call build rdi_from_pdb clang debug || exit /b 1
call build rdi_from_dwarf clang debug || exit /b 1
call build rdi_dump clang debug || exit /b 1
call build radlink msvc debug || exit /b 1
call build radlink clang debug || exit /b 1
call build raddbg msvc debug || exit /b 1
call build raddbg clang debug || exit /b 1
call build rdi_from_pdb msvc debug || exit /b 1
call build rdi_from_pdb clang debug || exit /b 1
call build rdi_from_dwarf msvc debug || exit /b 1
call build rdi_from_dwarf clang debug || exit /b 1
call build rdi_dump msvc debug || exit /b 1
call build rdi_dump clang debug || exit /b 1
call build radlink msvc debug || exit /b 1
call build radlink clang debug || exit /b 1
call build rdi_breakpad_from_pdb msvc debug || exit /b 1
call build rdi_breakpad_from_pdb clang debug || exit /b 1
+1 -1
View File
@@ -52,7 +52,7 @@ typedef int64_t RDI_S64;
// \"raddbg\0\0\"
#define RDI_MAGIC_CONSTANT 0x0000676264646172
#define RDI_ENCODING_VERSION 10
#define RDI_ENCODING_VERSION 11
////////////////////////////////////////////////////////////////
//~ Format Types & Functions
-1
View File
@@ -206,7 +206,6 @@ internal U64 os_file_write(OS_Handle file, Rng1U64 rng, void *data);
internal B32 os_file_set_times(OS_Handle file, DateTime time);
internal FileProperties os_properties_from_file(OS_Handle file);
internal OS_FileID os_id_from_file(OS_Handle file);
internal B32 os_rename_file(String8 orig_name, String8 new_name);
internal B32 os_file_reserve_size(OS_Handle file, U64 size);
internal B32 os_delete_file_at_path(String8 path);
internal B32 os_copy_file_path(String8 dst, String8 src);
+1 -1
View File
@@ -62,7 +62,7 @@
"";
"// \"raddbg\0\0\"";
"#define RDI_MAGIC_CONSTANT 0x0000676264646172";
"#define RDI_ENCODING_VERSION 10";
"#define RDI_ENCODING_VERSION 11";
"";
"////////////////////////////////////////////////////////////////";
"//~ Format Types & Functions";