mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
raddbgi prefix on breakpad converter
This commit is contained in:
@@ -100,7 +100,7 @@ if "%raddbg%"=="1" %compile% %gfx% ..\src\raddbg\raddbg_main.c
|
|||||||
if "%raddbgi_from_pdb%"=="1" %compile% ..\src\raddbgi_from_pdb\raddbgi_from_pdb_main.c %compile_link% %out%raddbgi_from_pdb.exe || exit /b 1
|
if "%raddbgi_from_pdb%"=="1" %compile% ..\src\raddbgi_from_pdb\raddbgi_from_pdb_main.c %compile_link% %out%raddbgi_from_pdb.exe || exit /b 1
|
||||||
if "%raddbgi_from_dwarf%"=="1" %compile% ..\src\raddbgi_from_dwarf\raddbgi_from_dwarf.c %compile_link% %out%raddbgi_from_dwarf.exe || exit /b 1
|
if "%raddbgi_from_dwarf%"=="1" %compile% ..\src\raddbgi_from_dwarf\raddbgi_from_dwarf.c %compile_link% %out%raddbgi_from_dwarf.exe || exit /b 1
|
||||||
if "%raddbgi_dump%"=="1" %compile% ..\src\raddbgi_dump\raddbgi_dump_main.c %compile_link% %out%raddbgi_dump.exe || exit /b 1
|
if "%raddbgi_dump%"=="1" %compile% ..\src\raddbgi_dump\raddbgi_dump_main.c %compile_link% %out%raddbgi_dump.exe || exit /b 1
|
||||||
if "%breakpad_from_pdb%"=="1" %compile% ..\src\breakpad_from_pdb\breakpad_from_pdb_main.c %compile_link% %out%breakpad_from_pdb.exe || exit /b 1
|
if "%raddbgi_breakpad_from_pdb%"=="1" %compile% ..\src\raddbgi_breakpad_from_pdb\raddbgi_breakpad_from_pdb_main.c %compile_link% %out%raddbgi_breakpad_from_pdb.exe || exit /b 1
|
||||||
if "%ryan_scratch%"=="1" %compile% ..\src\scratch\ryan_scratch.c %compile_link% %out%ryan_scratch.exe || exit /b 1
|
if "%ryan_scratch%"=="1" %compile% ..\src\scratch\ryan_scratch.c %compile_link% %out%ryan_scratch.exe || exit /b 1
|
||||||
if "%cpp_tests%"=="1" %compile% ..\src\scratch\i_hate_c_plus_plus.cpp %compile_link% %out%cpp_tests.exe || exit /b 1
|
if "%cpp_tests%"=="1" %compile% ..\src\scratch\i_hate_c_plus_plus.cpp %compile_link% %out%cpp_tests.exe || exit /b 1
|
||||||
if "%look_at_raddbg%"=="1" %compile% ..\src\scratch\look_at_raddbg.c %compile_link% %out%look_at_raddbg.exe || exit /b 1
|
if "%look_at_raddbg%"=="1" %compile% ..\src\scratch\look_at_raddbg.c %compile_link% %out%look_at_raddbg.exe || exit /b 1
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@ commands =
|
|||||||
{
|
{
|
||||||
.rjf_f1 =
|
.rjf_f1 =
|
||||||
{
|
{
|
||||||
.win = "build breakpad_from_pdb telemetry release",
|
.win = "build raddbgi_breakpad_from_pdb telemetry release",
|
||||||
.linux = "",
|
.linux = "",
|
||||||
.out = "*compilation*",
|
.out = "*compilation*",
|
||||||
.footer_panel = true,
|
.footer_panel = true,
|
||||||
|
|||||||
+4
-4
@@ -5,7 +5,7 @@
|
|||||||
#define BUILD_VERSION_MINOR 9
|
#define BUILD_VERSION_MINOR 9
|
||||||
#define BUILD_VERSION_PATCH 8
|
#define BUILD_VERSION_PATCH 8
|
||||||
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
#define BUILD_RELEASE_PHASE_STRING_LITERAL "ALPHA"
|
||||||
#define BUILD_TITLE "breakpad_from_pdb"
|
#define BUILD_TITLE "raddbgi_breakpad_from_pdb"
|
||||||
#define BUILD_CONSOLE_INTERFACE 1
|
#define BUILD_CONSOLE_INTERFACE 1
|
||||||
|
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
@@ -206,11 +206,11 @@ entry_point(CmdLine *cmdline)
|
|||||||
//- rjf: display help
|
//- rjf: display help
|
||||||
if(do_help || user2convert->errors.node_count != 0)
|
if(do_help || user2convert->errors.node_count != 0)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "--- breakpad_from_pdb ---------------------------------------------------------\n\n");
|
fprintf(stderr, "--- raddbgi_breakpad_from_pdb -------------------------------------------------\n\n");
|
||||||
|
|
||||||
fprintf(stderr, "This utility converts debug information from PDBs into the textual Breakpad\n");
|
fprintf(stderr, "This utility converts debug information from PDBs into the textual Breakpad\n");
|
||||||
fprintf(stderr, "symbol information format, used for various external utilities. The following\n");
|
fprintf(stderr, "symbol information format, used for various external utilities, using the RAD\n");
|
||||||
fprintf(stderr, "arguments are accepted:\n\n");
|
fprintf(stderr, "Debug Info conversion systems. The following arguments are accepted:\n\n");
|
||||||
|
|
||||||
fprintf(stderr, "--exe:<path> [optional] Specifies the path of the executable file for which the\n");
|
fprintf(stderr, "--exe:<path> [optional] Specifies the path of the executable file for which the\n");
|
||||||
fprintf(stderr, " debug info was generated.\n");
|
fprintf(stderr, " debug info was generated.\n");
|
||||||
Reference in New Issue
Block a user