llvm-project/lldb/source
Hafiz Abid Qadeer 487767cfc8 Replace some Windows specific string functions with std::string.
llvm-svn: 203654
2014-03-12 10:53:50 +00:00
..
API Add some missing defines that are already present in the cmake side. 2014-03-12 10:35:00 +00:00
Breakpoint Fix a couple of typo's in breakpoint descriptions. 2014-03-04 03:09:00 +00:00
Commands Remove %zx in printf (only GCC supports it, not MSVC). 2014-03-08 17:15:35 +00:00
Core Replace some _MSC_VER with _WIN32. 2014-03-12 10:45:23 +00:00
DataFormatters Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
Expression Fixed a problem where the expression parser was 2014-03-11 19:34:04 +00:00
Host Replace some Windows specific string functions with std::string. 2014-03-12 10:53:50 +00:00
Interpreter Allow line numbers to be shown in multi-line expressions. 2014-03-07 00:53:24 +00:00
Plugins Replace some _MSC_VER with _WIN32. 2014-03-12 10:45:23 +00:00
Symbol "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
Target Replace some _MSC_VER with _WIN32. 2014-03-12 10:45:23 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt build: fix bleeding whitespace 2014-03-11 03:08:47 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274 2014-03-07 23:23:10 +00:00