[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.8 -> 1.9 --- Log message: switch this to bitcode instead of bytecode --- Diffs of the changes: (+5 -12) Debugger.cpp | 17 + 1 files changed, 5 insertions(+), 12 deletions(-) Index: llvm/lib/Debugger/Debugg

[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp

2007-05-05 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.7 -> 1.8 --- Log message: teach this to read from bitcode files --- Diffs of the changes: (+13 -1) Debugger.cpp | 14 +- 1 files changed, 13 insertions(+), 1 deletion(-) Index: llvm/lib/Debugger/Debugger.cpp di

[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp

2006-08-25 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.6 -> 1.7 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. --- Diffs of the changes: (+1 -9) Debugger.cpp

[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp UnixLocalInferiorProcess.cpp

2006-03-10 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.5 -> 1.6 UnixLocalInferiorProcess.cpp (r1.10) removed --- Log message: Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. Perhaps llvm-db will turn into a read debugger someday. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp

2005-12-26 Thread Duraid Madina
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.4 -> 1.5 --- Log message: dum de dum --- Diffs of the changes: (+1 -0) Debugger.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/Debugger.cpp diff -u llvm/lib/Debugger/Debugger.cpp:1.4 llvm/lib/Debugger