Caroline Tice
20ad3c40f4
Add the ability to disable individual log categories, rather
...
than just the entire log channel.
Add checks, where appropriate, to make sure a log channel/category has
not been disabled before attempting to write to it.
llvm-svn: 117715
2010-10-29 21:48:37 +00:00
Greg Clayton
f5e56de080
Moved the section load list up into the target so we can use the target
...
to symbolicate things without the need for a valid process subclass.
llvm-svn: 113895
2010-09-14 23:36:40 +00:00
Johnny Chen
d0c40ddfc6
Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock()
...
if sending of the packet fails for any reason.
llvm-svn: 113874
2010-09-14 22:10:43 +00:00
Greg Clayton
ef3cf2b954
Added some extra logging to track asynchronous packet activity.
...
llvm-svn: 113012
2010-09-03 21:14:27 +00:00
Greg Clayton
54512bd6c9
Fixed a case where we might be able to acquire a mutex with a try lock and
...
not release it by making sure a mutex locker object is appropriately used.
llvm-svn: 112996
2010-09-03 19:15:43 +00:00
Greg Clayton
471b31ce62
Remove use of STL collection class use of the "data()" method since it isn't
...
part of C++'98. Most of these were "std::vector<T>::data()" and
"std::string::data()".
llvm-svn: 108957
2010-07-20 22:52:08 +00:00
Greg Clayton
c982c768d2
Merged Eli Friedman's linux build changes where he added Makefile files that
...
enabled LLVM make style building and made this compile LLDB on Mac OS X. We
can now iterate on this to make the build work on both linux and macosx.
llvm-svn: 108009
2010-07-09 20:39:50 +00:00
Jim Ingham
40af72e106
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
...
llvm-svn: 106034
2010-06-15 19:49:27 +00:00
Chris Lattner
30fdc8d841
Initial checkin of lldb code from internal Apple repo.
...
llvm-svn: 105619
2010-06-08 16:52:24 +00:00