mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-14 06:12:25 -06:00
45 lines
591 B
Text
45 lines
591 B
Text
description "TheIDE - debuggers\377B";
|
|
|
|
uses
|
|
ide\Common,
|
|
HexView;
|
|
|
|
uses(WIN32) plugin\ndisasm;
|
|
|
|
library(WIN32 GCC) "dbghelp psapi";
|
|
|
|
file
|
|
Debuggers.h options(BUILDER_OPTION) PCH,
|
|
Debuggers.iml,
|
|
Gdb.lay,
|
|
Terminal.cpp,
|
|
Disas.cpp,
|
|
GDB readonly separator,
|
|
Gdb.h,
|
|
GdbCmd.cpp,
|
|
GdbData.cpp,
|
|
Gdb.cpp,
|
|
GdbUtils.h,
|
|
GdbUtils.cpp,
|
|
PDB readonly separator,
|
|
Pdb.h,
|
|
cvconst.h,
|
|
i386.cpu,
|
|
amd64.cpu,
|
|
Cpu.cpp,
|
|
Debug.cpp,
|
|
Mem.cpp,
|
|
Sym.cpp,
|
|
Exp.cpp,
|
|
Visualise.cpp,
|
|
Data.cpp,
|
|
Tree.cpp,
|
|
Stack.cpp,
|
|
Code.cpp,
|
|
Pdb.cpp,
|
|
Pdb.lay,
|
|
Pdb.key,
|
|
Info readonly separator,
|
|
Copying,
|
|
app.tpp;
|
|
|