llvm-project/lldb/source/Host/common
Greg Clayton 8571963a7c Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName().
llvm-svn: 176217
2013-02-27 22:51:58 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
Condition.cpp Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. 2012-05-04 23:02:50 +00:00
DynamicLibrary.cpp Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
File.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
FileSpec.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Host.cpp Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). 2013-02-27 22:51:58 +00:00
Makefile
Mutex.cpp <rdar://problem/12446222> 2012-12-19 23:42:07 +00:00
SocketAddress.cpp Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
Symbols.cpp Patch from Dan Malea to fix a build break I introduced yesterday. 2012-10-09 18:40:44 +00:00
Terminal.cpp Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. 2012-11-30 20:23:19 +00:00
TimeValue.cpp Fix a integer trauction issue - calculating the current time in 2012-04-07 04:55:02 +00:00