summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db/llvm-db.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a warningChris Lattner2006-04-181-0/+1
| | | | llvm-svn: 27794
* Remove trailing whitespaceMisha Brukman2005-04-221-4/+4
| | | | llvm-svn: 21428
* For PR351:Reid Spencer2004-12-301-27/+34
| | | | | | | | | | * Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top level so that we don't abort with a useless message but indicate than an unhandled exception was generated. llvm-svn: 19192
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-171-4/+1
| | | | llvm-svn: 17076
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | 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
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
| | | | llvm-svn: 16091
* Add -load optionChris Lattner2004-07-111-0/+1
| | | | llvm-svn: 14740
* Header file movedChris Lattner2004-05-271-1/+1
| | | | llvm-svn: 13813
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+2
| | | | | | tool. llvm-svn: 11632
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-051-0/+88
a good start. The status is documented in docs/SourceLevelDebugging.html llvm-svn: 10687
OpenPOWER on IntegriCloud