The Week Of Monday 3 March 2014 Archives by author
Starting: Mon Mar 3 07:01:28 PST 2014
Ending: Sun Mar 9 14:17:08 PDT 2014
Messages: 94
- [Lldb-commits] [lldb] r203357 - POSIX: add missing curly braces
Saleem Abdulrasool
- [Lldb-commits] [lldb] r203358 - POSIX: fix possible invalid API usage
Saleem Abdulrasool
- [Lldb-commits] [lldb] r203359 - POSIX: fix possible API misuse
Saleem Abdulrasool
- [Lldb-commits] [lldb] r203348 - Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).
Virgile Bello
- [Lldb-commits] [lldb] r203349 - Remove %zx in printf (only GCC supports it, not MSVC).
Virgile Bello
- [Lldb-commits] [lldb] r203350 - Implement ObjectFilePECOFF::SetLoadAddress().
Virgile Bello
- [Lldb-commits] [lldb] r203383 - Implement ObjectFilePECOFF::GetModuleSpecifications().
Virgile Bello
- [Lldb-commits] [lldb] r203384 - PlatformWindows: Fix ObjectFile presence test conditions (could result in NULL memory access)
Virgile Bello
- [Lldb-commits] [lldb] r203385 - Fix unwind_plan test conditions (could result in NULL memory access).
Virgile Bello
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Virgile Bello
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Virgile Bello
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Virgile Bello
- [Lldb-commits] [lldb] r202899 - Hardened against reads in the IRMemoryMap that
Sean Callanan
- [Lldb-commits] [lldb] r202724 - Build liblldb.dll in Windows
Sean Callanan
- [Lldb-commits] [lldb] r203139 - Added lldb-dll-export.h to the public API, fixing
Sean Callanan
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Ahmed Charles
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Ahmed Charles
- [Lldb-commits] [lldb] r203200 - Replace uses of OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Ahmed Charles
- [Lldb-commits] [lldb] r202525 - Fixed all overlapping prompt issues.
Greg Clayton
- [Lldb-commits] [lldb] r202738 - "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.
Greg Clayton
- [Lldb-commits] [lldb] r202756 - Stop messages from being emitted out of order when detaching.
Greg Clayton
- [Lldb-commits] [lldb] r202738 - "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.
Greg Clayton
- [Lldb-commits] [lldb] r202525 - Fixed all overlapping prompt issues.
Greg Clayton
- [Lldb-commits] [lldb] r202890 - Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets don't pickup bogus locally cached files.
Greg Clayton
- [Lldb-commits] [lldb] r202525 - Fixed all overlapping prompt issues.
Greg Clayton
- [Lldb-commits] [lldb] r203035 - Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target".
Greg Clayton
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Greg Clayton
- [Lldb-commits] [lldb] r203177 - Get rid of lldb-dll-export.h and place the smarts of this into lldb-defines.h.
Greg Clayton
- [Lldb-commits] [lldb] r203178 - Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
Greg Clayton
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Greg Clayton
- [Lldb-commits] [lldb] r203185 - Allow line numbers to be shown in multi-line expressions.
Greg Clayton
- [Lldb-commits] [lldb] r203274 - Verify we have a correct ELF or Mach core file before we return a valid instace of ProcessElfCore or ProcessMachCore respectively.
Greg Clayton
- [Lldb-commits] [lldb] r203107 - Fix Windows build break introduced in r203035.
Greg Clayton
- [Lldb-commits] [lldb] r203292 - Remove unused code.
Greg Clayton
- [Lldb-commits] [lldb] r202788 - Modified some test annotations so that tests on Linux that should be skipped don't show up as XFAIL.
Todd Fiala
- [Lldb-commits] [lldb] r202887 - Get Linux i386 running.
Todd Fiala
- [Lldb-commits] [PATCH] 32-bit linux Remove WriteRegOperation's explicit GetAsUInt32() call
Todd Fiala
- [Lldb-commits] [lldb] r202910 - lldb-gdbserver: add support for optional host in connection string and handle other startup errors.
Todd Fiala
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Todd Fiala
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Todd Fiala
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Todd Fiala
- [Lldb-commits] [PATCH] 32-bit linux Remove WriteRegOperation's explicit GetAsUInt32() call
Matthew Gardiner
- [Lldb-commits] [lldb] r202740 - Only require thread scope when we're about to run the function on a thread.
Jim Ingham
- [Lldb-commits] [lldb] r202782 - Fix a couple of typo's in breakpoint descriptions.
Jim Ingham
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Jim Ingham
- [Lldb-commits] [lldb] r203068 - Temporarily disable the JIT loading detector till we figure out why it crashes when lldb follows through exec's...
Jim Ingham
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Jim Ingham
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Jim Ingham
- [Lldb-commits] [lldb] r203231 - The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to address subplan.
Jim Ingham
- [Lldb-commits] [lldb] r203232 - If you are disabling a hardware breakpoint, use z1 not z0.
Jim Ingham
- [Lldb-commits] [lldb] r203233 - Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread) calls
Jim Ingham
- [Lldb-commits] [lldb] r203217 - Update for clang r203213
Ben Langmuir
- [Lldb-commits] [lldb] r202955 - Test commit.
Andrew MacPherson
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Andrew MacPherson
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Andrew MacPherson
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
Andrew MacPherson
- [Lldb-commits] [lldb] r202718 - Update test class name and comment to match test
Ed Maste
- [Lldb-commits] [lldb] r202722 - Don't require a valid thread if expr can be evaluated statically
Ed Maste
- [Lldb-commits] [lldb] r202561 - Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.
Ed Maste
- [Lldb-commits] [lldb] r202525 - Fixed all overlapping prompt issues.
Ed Maste
- [Lldb-commits] [lldb] r202525 - Fixed all overlapping prompt issues.
Ed Maste
- [Lldb-commits] [lldb] r202976 - Put "jit" in alpha order in log category list
Ed Maste
- [Lldb-commits] [lldb] r202980 - Build JITLoader on FreeBSD also
Ed Maste
- [Lldb-commits] [lldb] r203245 - Add decorator for recent FreeBSD failure
Ed Maste
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r203253 - Fix test 'make clean' target for empty $(DSYM) on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r203268 - Fix malloc thread step-out test on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r203271 - Use predefined $(RM) in clean rule, and -r only for (expected) directories
Ed Maste
- [Lldb-commits] [lldb] r202776 - Temporarily revert part of Greg's changes in r202738 which are causing problems with the testsuite and SBDebugger::CreateTarget().
Jason Molenda
- [Lldb-commits] [lldb] r202933 - Small fix to DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule needed
Jason Molenda
- [Lldb-commits] [lldb] r203030 - Add the new JITLoader plugin files to the lldb xcode project file.
Jason Molenda
- [Lldb-commits] [lldb] r203088 - When a client asks for a queue pending item's extended backtrace,
Jason Molenda
- [Lldb-commits] [lldb] r203205 - Only enable ProcessElfCore if this is an ELF file. Right now this plugin is winning over
Jason Molenda
- [Lldb-commits] [lldb] r203207 - Todd points out that my change to ProcessElfCore is probably
Jason Molenda
- [Lldb-commits] [lldb] r203310 - Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274
Jason Molenda
- [Lldb-commits] [lldb] r203312 - Fix a small inferior process memory leak in SystemRuntimeMacOSX::PopulatePendingItemsForQueue().
Jason Molenda
- [Lldb-commits] [lldb] r203330 - Add API logging to the SBQueue/SBQueueItem/SBThread calls.
Jason Molenda
- [Lldb-commits] [lldb] r203332 - Need to use rm -rf on dSYM bundle directories.
Jason Molenda
- [Lldb-commits] [lldb] r203420 - SBQueue::GetNumPendingItems() should not force a fetch of the pending
Jason Molenda
- [Lldb-commits] [lldb] r203421 - libBacktraceRecording __introspection_dispatch_queue_get_pending_items is
Jason Molenda
- [Lldb-commits] [lldb] r202723 - Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
- [Lldb-commits] [lldb] r202724 - Build liblldb.dll in Windows
Deepak Panickal
- [Lldb-commits] [lldb] r202725 - Move Windows getopt for building the DLL
Deepak Panickal
- [Lldb-commits] [lldb] r202726 - Check if the terminal is interactive and set the flags accordingly
Deepak Panickal
- [Lldb-commits] [PATCH] LLDB Python API support on Windows (ported the SWIG wrapper shell scripts to Python)
Deepak Panickal
- [Lldb-commits] [lldb] r202907 - Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data.
Steve Pucci
- [Lldb-commits] [lldb] r203180 - This commit provides support for running the dosep.ty test driver with multiple threads.
Steve Pucci
- [Lldb-commits] [lldb] r202738 - "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.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r202738 - "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.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r202561 - Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.
jingham at apple.com
- [Lldb-commits] [lldb] r202738 - "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.
jingham at apple.com
- [Lldb-commits] [lldb] r202956 - Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
jingham at apple.com
Last message date:
Sun Mar 9 14:17:08 PDT 2014
Archived on: Tue Aug 4 15:44:47 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).