The Week Of Monday 8 August 2016 Archives by author
Starting: Mon Aug 8 03:38:31 PDT 2016
Ending: Sun Aug 14 04:30:11 PDT 2016
Messages: 126
- [Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r278625 - elf-core: set powerpc vector byte order correctly
Ed Maste via lldb-commits
- [Lldb-commits] [lldb] r278158 - Remove CFData from the xcodeproj as well
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r278166 - Adjust LLDB's iOS simulator interface for changes in CoreSimulator
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR (Merge Request)
Greg Clayton via lldb-commits
- [Lldb-commits] [Diffusion] rL277426: [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation…
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22369: DWARFDeclContext: Don't add '::' in front of symbol names
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278060 - Fix RegisterInfo initializers to have all the required initializers after recent changes. This quiets a few hundred warnings on MacOSX.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278061 - Fix printf warnings.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278063 - Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278064 - Garbage collection is not around anymore, we can remove our support for it.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278286 - Fix the lookup of dictionary values by name to not do a linear search.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278299 - Centralize all select() calls into one place so that we can take advantage of system specific optimizations to deal with more file descriptors than FD_SETSIZE on some systems.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278302 - Make pascal debugging work again.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278304 - Fix a problem where if a uint64_t value is placed into a python dictionary and sent up to LLDB and converted to StructuredData, it would not be able to parse the full 64 bit value. A number like 0xf000000000000000L could be placed into a dictionary, and sent to LLDB and it would end up being 0xffffffffffffffff since it would overflow a int64_t. We leave the old code there, but if it overflows, we treat the number like a uint64_t and get it to decode correctly. Added a gtest to cover this...
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r278524 - Switch over to using socketpair for local debugserver connections as they are twice as fast as TCP sockets (on macOS at least).
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR (Merge Request)
Hans Wennborg via lldb-commits
- [Lldb-commits] [Diffusion] rL277426: [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation…
Hans Wennborg via lldb-commits
- [Lldb-commits] [lldb] r277117 - Fix -break-insert not working when using absolute paths (MI)
Hans Wennborg via lldb-commits
- [Lldb-commits] [lldb] r278188 - Add a newline to the end of the file to remove the clang warnings.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r278305 - dlopen & dlclose can't throw C++ or ObjC exceptions, so don't do the extra work of
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r278440 - Decoupled Options from CommandInterpreter.
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class
John Lindal via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Josh Imbriani via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Josh Imbriani via lldb-commits
- [Lldb-commits] [PATCH] D22999: Resurrect standalone build
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D23043: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Kuba Brecka via lldb-commits
- [Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Kuba Brecka via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D23395: Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due thumb instructions
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D23395: Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due thumb instructions
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR (Merge Request)
Nitesh Jain via lldb-commits
- [Lldb-commits] [Diffusion] rL277426: [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation…
Nitesh Jain via lldb-commits
- [Lldb-commits] [lldb] r278326 - Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due thumb instructions
Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D23070: [debugserver] Delete CFData.{h, cpp}, since they appear to be dead (NFCI)
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r277997 - Remove _isatty from Android.h
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r277999 - Remove SYS_tgkill from Android.h
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278000 - Remove Android.h
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278001 - Clean up linux/Ptrace.h
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278005 - Fix uninitialized field warnings in GDBRemoteRegisterContext
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22369: DWARFDeclContext: Don't add '::' in front of symbol names
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D17856: Fix expression evaluation with operator new
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22999: Resurrect standalone build
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278118 - Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22369: DWARFDeclContext: Don't add '::' in front of symbol names
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278222 - Make sure files include what they use (part 1/N)
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278304 - Fix a problem where if a uint64_t value is placed into a python dictionary and sent up to LLDB and converted to StructuredData, it would not be able to parse the full 64 bit value. A number like 0xf000000000000000L could be placed into a dictionary, and sent to LLDB and it would end up being 0xffffffffffffffff since it would overflow a int64_t. We leave the old code there, but if it overflows, we treat the number like a uint64_t and get it to decode correctly. Added a gtest to cover this...
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278325 - Remove a double send of eRunPacketSent event
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278335 - Make sure files include what they use (part 2/2)
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278345 - Fix unit tests on windows
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278490 - Make TestCallStopAndContinue clang-format-resilient
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278491 - XFAIL TestNamespaceDefinitions on gcc-4.8 and below
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r278500 - Fix-up r278299 for windows
Pavel Labath via lldb-commits
- [Lldb-commits] Fwd: [lldb] r278500 - Fix-up r278299 for windows
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D23070: [debugserver] Delete CFData.{h, cpp}, since they appear to be dead (NFCI)
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D23043: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Phabricator via lldb-commits
- [Lldb-commits] [lldb] r278510 - Skip 2 android test what is broken because of debuggerd
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r278190 - Undo usage of LLVM macros in debugserver
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278289 - xfailed TestObjCNewSyntax.py on macOS for gmodules
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278440 - Decoupled Options from CommandInterpreter.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278440 - Decoupled Options from CommandInterpreter.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278527 - Link LLDB only against libclang and libLLVM .a files to fix macOS build
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278552 - fix lldb-gtest target of Xcode build
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20835: Mark the current column when displaying the context of the current breakpoint on the terminal.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20835: Mark the current column when displaying the context of the current breakpoint on the terminal.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D20835: Mark the current column when displaying the context of the current breakpoint on the terminal.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r278142 - [debugserver] Delete CFData.{h, cpp}, since they appear to be dead (NFCI)
Vedant Kumar via lldb-commits
- [Lldb-commits] [lldb] r278158 - Remove CFData from the xcodeproj as well
Vedant Kumar via lldb-commits
- [Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Vedant Kumar via lldb-commits
- [Lldb-commits] [lldb] r278367 - [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Vedant Kumar via lldb-commits
- [Lldb-commits] [lldb] r278368 - [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Vedant Kumar via lldb-commits
- [Lldb-commits] [lldb] r278177 - Delete Host/windows/win32.h
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278182 - Fix build on android and Linux.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278197 - Undid LLVM macro usage in test suite test subject files.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278253 - Remove a circular include dependency.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278304 - Fix a problem where if a uint64_t value is placed into a python dictionary and sent up to LLDB and converted to StructuredData, it would not be able to parse the full 64 bit value. A number like 0xf000000000000000L could be placed into a dictionary, and sent to LLDB and it would end up being 0xffffffffffffffff since it would overflow a int64_t. We leave the old code there, but if it overflows, we treat the number like a uint64_t and get it to decode correctly. Added a gtest to cover this...
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278373 - Modify coding conventions to mention include ordering.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278440 - Decoupled Options from CommandInterpreter.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278440 - Decoupled Options from CommandInterpreter.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278526 - Fix build on Windows.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278529 - Disable TestThreadSpecificBpPlusCondition on Windows.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r278500 - Fix-up r278299 for windows
Zachary Turner via lldb-commits
Last message date:
Sun Aug 14 04:30:11 PDT 2016
Archived on: Sun Aug 14 04:37:30 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).