The Week Of Monday 25 February 2013 Archives by author
Starting: Mon Feb 25 08:35:10 PST 2013
Ending: Fri Mar 1 23:19:32 PST 2013
Messages: 52
- [Lldb-commits] [lldb] r176067 - Fixed several problems with class uniq'ing in the
Sean Callanan
- [Lldb-commits] [lldb] r176233 - Fixed some problems with type deportation:
Sean Callanan
- [Lldb-commits] [lldb] r176040 - <rdar://problem/13286937>
Greg Clayton
- [Lldb-commits] [lldb] r176049 - Added missing lldb module namespace.
Greg Clayton
- [Lldb-commits] [lldb] r176051 - <rdar://problem/13281528>
Greg Clayton
- [Lldb-commits] [lldb] r176063 - <rdar://problem/13289157>
Greg Clayton
- [Lldb-commits] [lldb] r176071 - A quick variable rename Sean and I had discussed earlier to make things a bit clearer.
Greg Clayton
- [Lldb-commits] [lldb] r176106 - Backed out a hacky fix that is no longer needed.
Greg Clayton
- [Lldb-commits] [lldb] r176140 - <rdar://problem/13287629>
Greg Clayton
- [Lldb-commits] r176140 (static members)
Greg Clayton
- [Lldb-commits] [lldb] r176210 - Added eSymbolTypeResolver to a few switch statements that needed it.
Greg Clayton
- [Lldb-commits] [lldb] r176217 - 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().
Greg Clayton
- [Lldb-commits] [lldb] r176274 - Made lldb.cpp build with clang 5.0.
Greg Clayton
- [Lldb-commits] [lldb] r176281 - Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive.
Greg Clayton
- [Lldb-commits] [lldb] r176282 - Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version".
Greg Clayton
- [Lldb-commits] [lldb] r176283 - Replace all "-gdwarf-2" with "-g" to use the compiler defaults.
Greg Clayton
- [Lldb-commits] [lldb] r176041 - Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching
Enrico Granata
- [Lldb-commits] [lldb] r176059 - Being explicit about how ignoring optparse's exceptions is not a best principle
Enrico Granata
- [Lldb-commits] [lldb] r175946 - This should get clang/gcc decorators working
Enrico Granata
- [Lldb-commits] [lldb] r176065 - Removing leftover printf() statement
Enrico Granata
- [Lldb-commits] [lldb] r176158 - <rdar://problem/13289828>
Enrico Granata
- [Lldb-commits] [lldb] r176231 - the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process
Enrico Granata
- [Lldb-commits] [lldb] r176232 - Fixing the log line for SBValue::MightHaveChildren() to report the correct function name
Enrico Granata
- [Lldb-commits] [lldb] r176302 - Use the Error parameter in ValueObject::ReadPointedString to actually report common errors
Enrico Granata
- [Lldb-commits] [lldb] r176039 - Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful.
Jim Ingham
- [Lldb-commits] [lldb] r176061 - Fix the .categories, it had "dataformatter" not "dataformatters".
Jim Ingham
- [Lldb-commits] [lldb] r176132 - Mark a few more tests as "basic_process".
Jim Ingham
- [Lldb-commits] [lldb] r176203 - Call Process::Finalize directly in Debugger::Destroy, rather than having it done
Jim Ingham
- [Lldb-commits] [lldb] r176291 - breakpoint command add currently doesn't support adding commands to more than one breakpoint
Jim Ingham
- [Lldb-commits] [lldb] r176375 - Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful,
Jim Ingham
- [Lldb-commits] [lldb] r176392 - Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's.
Jim Ingham
- [Lldb-commits] [lldb] r176368 - VC++ optimizer (in release mode) lost the EAX value in this function. Using a stack based array fixes it.
Carlo Kok
- [Lldb-commits] [lldb] r176206 - Add GNU indirect function support in expressions for Linux.
Matt Kopec
- [Lldb-commits] [lldb] r176357 - Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations.
Matt Kopec
- [Lldb-commits] [lldb] r176360 - Fix string warning I introduced with indirect function support.
Matt Kopec
- [Lldb-commits] [review reqest] zorg change to detect lldb test results
Malea, Daniel
- [Lldb-commits] [lldb] r176048 - Skip test that fails intermittently with Clang/GCC on Linux
Daniel Malea
- [Lldb-commits] [lldb] r175946 - This should get clang/gcc decorators working
Malea, Daniel
- [Lldb-commits] [lldb] r176126 - Add links to buildbots on the LLDB build instructions page
Daniel Malea
- [Lldb-commits] [lldb] r176190 - Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness
Daniel Malea
- [Lldb-commits] [lldb] r176268 - Remove LLDB dependency on xcodeworkspace (on Linux) for version number
Daniel Malea
- [Lldb-commits] [lldb] r176269 - Update CMakeLists.txt as per removed file
Daniel Malea
- [Lldb-commits] [lldb] r176306 - Finish up CMake support for LLDB (tested on Linux)
Daniel Malea
- [Lldb-commits] [lldb] r176362 - Add a test case for static member variables
Daniel Malea
- [Lldb-commits] [lldb] r176064 - If the user has disabled kext loading with the
Jason Molenda
- [Lldb-commits] [lldb] r176141 - Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names
Jason Molenda
- [Lldb-commits] [lldb] r176160 - When starting a kernel debug session, if the user specified an executable
Jason Molenda
- [Lldb-commits] [lldb] r176311 - Report the kernel slide when attaching to a darwin kernel debug session.
Jason Molenda
- [Lldb-commits] [lldb] r176319 - Patch from Andrew Fish to add recognition of some additional
Jason Molenda
- [Lldb-commits] [lldb] r176405 - ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel
Jason Molenda
- [Lldb-commits] [lldb] r176062 - <rdar://problem/13282582>
Han Ming Ong
- [Lldb-commits] r176140 (static members)
Thirumurthi, Ashok
Last message date:
Fri Mar 1 23:19:32 PST 2013
Archived on: Tue Aug 4 15:44:42 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).