The Week Of Monday 8 September 2014 Archives by subject
Starting: Mon Sep 8 07:59:33 PDT 2014
Ending: Sat Sep 13 17:56:14 PDT 2014
Messages: 114
- [Lldb-commits] [lldb] r217375 - DataFormatters: add missing function implementations
Saleem Abdulrasool
- [Lldb-commits] [lldb] r217376 - remove a couple of default cases from switches
Saleem Abdulrasool
- [Lldb-commits] [lldb] r217382 - Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.
Todd Fiala
- [Lldb-commits] [lldb] r217387 - Modify call-function and rdar-12437442 tests to clean up all files produced during test run.
Todd Fiala
- [Lldb-commits] [lldb] r217388 - Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use
Kuba Brecka
- [Lldb-commits] [lldb] r217394 - DataFormatters: add missing destructor implementation
Saleem Abdulrasool
- [Lldb-commits] [lldb] r217414 - Fix configure & make build with python disabled
Keno Fischer
- [Lldb-commits] [lldb] r217415 - Add back a return that got lost in rebase
Keno Fischer
- [Lldb-commits] [lldb] r217418 - Fix -Werror, -Wcovered-switch-default warning in DWARFExpression
Eric Christopher
- [Lldb-commits] [lldb] r217419 - Remove unused class variable and update all callers/users.
Eric Christopher
- [Lldb-commits] [lldb] r217420 - Remove two unused class variables.
Eric Christopher
- [Lldb-commits] [lldb] r217421 - Remove two default cases out of fully covered switches.
Eric Christopher
- [Lldb-commits] [lldb] r217422 - Compare against the right size integer.
Eric Christopher
- [Lldb-commits] [lldb] r217423 - Add a newline to the end of the file.
Eric Christopher
- [Lldb-commits] [lldb] r217424 - Remove a pair of default values from fully covered switches.
Eric Christopher
- [Lldb-commits] [lldb] r217425 - Remove unused class variable and its initialization.
Eric Christopher
- [Lldb-commits] [lldb] r217426 - Fix comment and remove duplicated -Wno-sign-compare option.
Eric Christopher
- [Lldb-commits] [lldb] r217428 - Remove the -Wno-unused-function option. We are clean
Eric Christopher
- [Lldb-commits] [lldb] r217429 - Quiet unused variable warning that only occurs
Eric Christopher
- [Lldb-commits] [lldb] r217429 - Quiet unused variable warning that only occurs
jingham at apple.com
- [Lldb-commits] [lldb] r217429 - Quiet unused variable warning that only occurs
Eric Christopher
- [Lldb-commits] [lldb] r217429 - Quiet unused variable warning that only occurs
Todd Fiala
- [Lldb-commits] [lldb] r217429 - Quiet unused variable warning that only occurs
Eric Christopher
- [Lldb-commits] [lldb] r217456 - Add a comment explaining why we're casting the local
Eric Christopher
- [Lldb-commits] [lldb] r217460 - Create a HostThread abstraction.
Zachary Turner
- [Lldb-commits] [lldb] r217462 - Try to fix the FreeBSD build.
Zachary Turner
- [Lldb-commits] [lldb] r217464 - Include the correct headers for kinfo_proc on FreeBSD.
Zachary Turner
- [Lldb-commits] [lldb] r217502 - Fix FreeBSD build after thread changes
Ed Maste
- [Lldb-commits] [lldb] r217521 - Move FreeBSD's thread SetName implementation to ThisThread
Ed Maste
- [Lldb-commits] [lldb] r217549 - llgs: implement qThreadStopInfo.
Todd Fiala
- [Lldb-commits] [lldb] r217551 - Rework how resetting breakpoints in changed modules works. Try to match up old
Jim Ingham
- [Lldb-commits] [lldb] r217607 - DWARF64 Fixes
Todd Fiala
- [Lldb-commits] [lldb] r217613 - gdb-remote tests: added test to verify thread stop info when multi-threaded app is interrupted.
Todd Fiala
- [Lldb-commits] [lldb] r217624 - Fix Windows build.
Zachary Turner
- [Lldb-commits] [lldb] r217632 - Update HostProcess to use the same facade pattern as HostThread.
Zachary Turner
- [Lldb-commits] [lldb] r217634 - Add missing constructor definition.
Zachary Turner
- [Lldb-commits] [lldb] r217641 - When deciding if one-liner printing applies, and you find a summary, the summary is a good candidate to ask. While in theory one could want one-liner printing with a non-one-liner summary, I don't see LLDB as the best place to solve such inner conflicts
Enrico Granata
- [Lldb-commits] [lldb] r217644 - Add a ProcessStructReader utility class to LLDB
Enrico Granata
- [Lldb-commits] [lldb] r217647 - llgs: fix Ctrl-C inferior interrupt handling to do the right thing.
Todd Fiala
- [Lldb-commits] [lldb] r217649 - Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the
Jason Molenda
- [Lldb-commits] [lldb] r217651 - Recent builds of libcxx actually wrap an std::map's children values in a union containing either a member named __cc, or either of __cc and __nc (const vs. non-const). This level of wrapping is quite useless for LLDB to show to people, so try to detect it, and filter it out
Enrico Granata
- [Lldb-commits] [lldb] r217653 - Fix the ctor ivar initialization formatting for Debugger,
Jason Molenda
- [Lldb-commits] [lldb] r217667 - Fix OSX CMake build
Deepak Panickal
- [Lldb-commits] [lldb] r217668 - Fix lldb-mi driver for running on OSX.
Deepak Panickal
- [Lldb-commits] [lldb] r217691 - lldb fix ARM64 register access
Todd Fiala
- [Lldb-commits] [lldb] r217701 - Add logic to LLDB to figure out the types of member functions of C++ classes. Add plumbing for that all the way up to the SB layer
Enrico Granata
- [Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.
Zachary Turner
- [Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.
jingham at apple.com
- [Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.
Zachary Turner
- [Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.
jingham at apple.com
- [Lldb-commits] [lldb] r217717 - llgs: fix thread names broken by recent native thread changes.
Todd Fiala
- [Lldb-commits] [lldb] r217718 - std::function is a better choice than a raw function pointer here. You probably still want to be careful about cleaning up stuff you captured, but it's not like a function pointer wasn't going to let you shoot yourself in the foot given enough dedication.
Enrico Granata
- [Lldb-commits] [lldb] r217719 - ResolveUsername should resolve "~" to the user's home directory as well as "~/". This
Jim Ingham
- [Lldb-commits] [lldb] r217720 - Revert 217719, that wasn't the right fix, that should complete user names, and
Jim Ingham
- [Lldb-commits] [lldb] r217721 - Fix incorrect initializer list style.
Zachary Turner
- [Lldb-commits] [lldb] r217722 - Don't make paths with /Foo//bar, that confuses everybody down the line.
Jim Ingham
- [Lldb-commits] [lldb] r217723 - Nope, I was right originally. ResolveUsername should resolve "~" to the
Jim Ingham
- [Lldb-commits] [lldb] r217733 - Correct typo in tutorial page
Ed Maste
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexey Samsonov
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexey Samsonov
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexey Samsonov
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexey Samsonov
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
Todd Fiala
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
Todd Fiala
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
Todd Fiala
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Stephane Sezer
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] DWARF64 Fixes
Jason Molenda
- [Lldb-commits] [PATCH] DWARF64 Fixes
Tong Shen
- [Lldb-commits] [PATCH] DWARF64 Fixes
Tong Shen
- [Lldb-commits] [PATCH] DWARF64 Fixes
Tong Shen
- [Lldb-commits] [PATCH] DWARF64 Fixes
Greg Clayton
- [Lldb-commits] [PATCH] DWARF64 Fixes
Todd Fiala
- [Lldb-commits] [PATCH] DWARF64 Fixes
Todd Fiala
- [Lldb-commits] [PATCH] DWARF64 Fixes
Tong Shen
- [Lldb-commits] [PATCH] DWARF64 Fixes
Todd Fiala
- [Lldb-commits] [PATCH] Enable two objc tests that work already.
Stephane Sezer
- [Lldb-commits] [PATCH] Extending ClangASTType / SBType to return information about member functions of C++ classes
Enrico Granata
- [Lldb-commits] [PATCH] Extending ClangASTType / SBType to return information about member functions of C++ classes
Todd Fiala
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
jingham at apple.com
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] Fix configure & make build with python disabled
Phabricator
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Tong Shen
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Jason Molenda
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Todd Fiala
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Tong Shen
- [Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Keno Fischer
- [Lldb-commits] [PATCH] Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use
Todd Fiala
- [Lldb-commits] [PATCH] Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use
Kuba Brecka
- [Lldb-commits] [PATCH] Handle ARM ELF symbols properly.
Stephane Sezer
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access - llgs side
Paul Osmialowski
- [Lldb-commits] [PATCH] Print a newline before exiting the driver.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
Shawn Best
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
jingham at apple.com
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
Shawn Best
- [Lldb-commits] [PATCH] use std::atomic<> to protect variables being accessed by multiple threads
jingham at apple.com
- [Lldb-commits] DWARF64 Fix
Tong Shen
Last message date:
Sat Sep 13 17:56:14 PDT 2014
Archived on: Tue Aug 4 15:44:51 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).