summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Debugger/Debugger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-051-231/+0
| | | | | | they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288
* Make the use of const with respect to LLVMContext sane. Hopefully this is ↵Owen Anderson2009-07-011-2/+2
| | | | | | | | the last time, for the moment, that I will need to make far-reaching changes. llvm-svn: 74655
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+3
| | | | llvm-svn: 74640
* Add a pointer to the owning LLVMContext to Module. This requires threading ↵Owen Anderson2009-07-011-8/+8
| | | | | | | | | | LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
| | | | llvm-svn: 61715
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-1/+1
| | | | | | | | start of a filename, not a filename+length. All clients can produce a null terminated name, and the system api's require null terminated strings anyway. llvm-svn: 49041
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* switch this to bitcode instead of bytecodeChris Lattner2007-05-061-12/+5
| | | | llvm-svn: 36867
* teach this to read from bitcode filesChris Lattner2007-05-061-1/+13
| | | | llvm-svn: 36843
* For PR797:Reid Spencer2006-08-251-9/+1
| | | | | | | Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. llvm-svn: 29875
* Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.Chris Lattner2006-03-101-0/+6
| | | | | | Perhaps llvm-db will turn into a read debugger someday. llvm-svn: 26700
* dum de dumDuraid Madina2005-12-261-0/+1
| | | | llvm-svn: 25018
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
| | | | llvm-svn: 21420
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fix some exception safety problemsChris Lattner2004-01-141-9/+22
| | | | llvm-svn: 10859
* Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner2004-01-051-0/+212
by any stretch of the imagination, but it is pretty cool and works :) llvm-svn: 10685
OpenPOWER on IntegriCloud