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
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
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
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:
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