mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
// raddbg 0.9.27 project file
|
|
|
|
name: "The RAD Debugger"
|
|
target:
|
|
{
|
|
executable: "build/raddbg.exe"
|
|
working_directory: "../raddebugger"
|
|
arguments: "--user:C:/devel/raddebugger/build/raddbg_test.user"
|
|
debug_subprocesses: 0
|
|
enabled: 1
|
|
}
|
|
target:
|
|
{
|
|
executable: "../raddebugger_exemplar/build/raddbg.exe"
|
|
working_directory: "../raddebugger"
|
|
arguments: "--user:C:/devel/raddebugger/build/raddbg_test.user --project:C:/devel/raddebugger/build/raddbg_test.project"
|
|
debug_subprocesses: 0
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/mule_main.exe"
|
|
working_directory: build
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/torture.exe"
|
|
working_directory: build
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/metagen.exe"
|
|
working_directory: build
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/radbin.exe"
|
|
working_directory: build
|
|
arguments: "--rdi raddbg"
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/debugstringperf.exe"
|
|
working_directory: build
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/radbin.exe"
|
|
working_directory: build
|
|
arguments: "--rdi raddbg.exe --thread_count=1"
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/raddbg.exe"
|
|
working_directory: build
|
|
arguments: "--bin --quiet --rdi --out:C:/devel/raddebugger_stable/build/radbin.rdi --thread_count:1 C:/devel/raddebugger_stable/build/radbin.exe"
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/raddbg.exe"
|
|
working_directory: build
|
|
arguments: "--bin --rdi C:\\SymbolCache\\ntdll.pdb\\180BF1B90AA75697D0EFEA5E5630AC7E1\\ntdll.pdb --thread_count=1"
|
|
}
|
|
target:
|
|
{
|
|
executable: "build/raddbg.exe"
|
|
working_directory: build
|
|
arguments: "--bin --rdi --thread_count=1 C:/SymbolCache/kernel32.pdb/E02F64ED8DA50EC6E7691C0AC0BC25781/kernel32.pdb"
|
|
}
|