The Week Of Monday 12 October 2015 Archives by author
Starting: Mon Oct 12 02:57:01 PDT 2015
Ending: Sun Oct 18 21:25:40 PDT 2015
Messages: 319
- [Lldb-commits] [lldb] r250022 - X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal via lldb-commits
- [Lldb-commits] [lldb] r250044 - Switch threading mode for tests on Windows when there are lots of cores.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13555: Cap test threads on Windows to avoid open file limit
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r250188 - Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r250189 - Xfail a watchpoint test on Windows, until Windows implements watchpoints.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13788: Factor the execution of a test method into its own function to ensure proper cleanup
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r250467 - Factor the execution of the test method into a separate function to ensure that any exceptions that are thrown go out of scope and no longer hold references to SB objects that need to be freed before teardown.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13788: Factor the execution of a test method into its own function to ensure proper cleanup
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D13788: Factor the execution of a test method into its own function to ensure proper cleanup
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r250576 - Skip hanging watchpoint test on Windows (rather than just xfailing).
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r250391 - Superficial fix for the windows build when building with LLDB_DISABLE_PYTHON. The definition of lldb::SBTypeSummary and some methods of lldb::SBValue are hidden via a LLDB_DISABLE_PYTHON check, causing an compilation fail because of their use here.
Aidan Dodds via lldb-commits
- [Lldb-commits] [PATCH] D13334: Preliminary NetBSD support
Bruce Mitchener via lldb-commits
- [Lldb-commits] [lldb] r250146 - Preliminary NetBSD support
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13334: Preliminary NetBSD support
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13707: Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Bruce Mitchener via lldb-commits
- [Lldb-commits] [lldb] r250249 - Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13707: Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13073: Add an expression parser for Go
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13667: cmake: provide flag that enables 'log enable --stack' to provide useful file/line info on POSIX systems
Bruce Mitchener via lldb-commits
- [Lldb-commits] [PATCH] D13334: Preliminary NetBSD support
Ed Maste via lldb-commits
- [Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.
Ed Maste via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250081 - Fix test for change in a summary string (objects -> elements).
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250339 - Fix a problem where LLDB could sometimes try to get the size of an Objective-C type without passing an appropriate ExecutionContext
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250340 - Fix a couple issues where trying to print a type would cause LLDB to crash
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250341 - Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13577: Fix build with python disabled after r249597
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250567 - Move TypeSummaryImpl over to LLVM-style RTTI for subclassing
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250581 - Handle eFormatVectorOfFloat16
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r250599 - Teach an old pony a few new tricks.
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13657: [lldb] char summary provider
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D13681: [LLDB] Fix Clang-tidy misc-use-override warnings in remaining files in include; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13684: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r250476 - Test commit. Part of:
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r250485 - [LLDB] Fix Clang-tidy misc-use-override warnings in remaining files in include; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r250538 - [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13602: [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter and Host; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13830: [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in source/Plugins/Process/Utility; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r250593 - [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in source/Plugins/Process/Utility; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13840: [LLDB] Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [lldb] r250281 - RenderScript command for printing allocation contents
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13730: Resubmit: RenderScript command for printing allocation contents
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
- [Lldb-commits] [lldb] r250499 - Resubmit: RenderScript command for printing allocation contents
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D13730: Resubmit: RenderScript command for printing allocation contents
Ewan Crawford via lldb-commits
- [Lldb-commits] LLVM buildmaster will be restarted tonight
Galina Kistanova via lldb-commits
- [Lldb-commits] New public staging silent buildbot
Galina Kistanova via lldb-commits
- [Lldb-commits] [PATCH] D13617: Fix ref-counting of Python objects
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13617: Fix ref-counting of Python objects
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13684: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r250248 - Added tree panels.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D12809: Better scheme to lookup alternate mangled name when looking up function address.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r250353 - Fix the ability to quit and use a custom exception. Also print tree items out so they are more aligned.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D6122: Fix compilation of DataFormatters/StringPrinter.cpp with GCC.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r250478 - More general fixes to the tree view and BoxedPanel.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13812: Increase default memory cache line size for android
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r250580 - Split getting the key from a window from the code that handles the key.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D13719: Fix warnings in LLDBWrapPython.cpp with gcc 4.9.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [lldb] r250380 - Fix warnings in LLDBWrapPython.cpp with gcc 4.9.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D13578: Allow generic arm ArchSpec to merge with specific arm ArchSpec; allow Cortex M0-7's to always force thumb mode
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r250364 - In r240466, when Greg added the jThreadsInfo packet, he accidentally
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r250487 - I've been seeing a problem with xcodebuilds on macosx for
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r250081 - Fix test for change in a summary string (objects -> elements).
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r250082 - Add a doc string for ReturnFromFrame.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r250083 - Return the right answer for ShouldStop for the RunToAddress plan. This isn't
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r250084 - Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallPOSIX. It was
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Joe Ranieri via lldb-commits
- [Lldb-commits] [PATCH] D13707: Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D13707: Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default'
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D13711: Add initial CMake glue for the NetBSD platform
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D13715: Add initial gmake glue for the NetBSD platform
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D12994: Improve support of the ncurses dependency on NetBSD
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [lldb] r250493 - Add a missing Mutex Locker in ResetCurrentInlinedDepth
Keno Fischer via lldb-commits
- [Lldb-commits] [lldb] r250494 - Fix build with python disabled after r249597
Keno Fischer via lldb-commits
- [Lldb-commits] [PATCH] D10624: [ValueObjectPrinter::GetValueSummaryError] Get summary of non-synthetic values.
Michael Mayers via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [lldb] r250267 - [LLDB][MIPS64] Adding mips64 reaturn address register for unwind plan
Mohit K. Bhakkad via lldb-commits
- [Lldb-commits] [lldb] r250272 - [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received=before
Mohit K. Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D8977: Use llvm::sys::fs::create_directories to create new directory on Windows
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r250474 - Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13334: Preliminary NetBSD support
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250038 - dotest.py: Remove useless AttributeError catches
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13583: dotest.py: Remove useless AttributeError catches
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250069 - TestAttachResume is still flaky on linux. mark it as such
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13667: cmake: provide flag that enables 'log enable --stack' to provide useful file/line info on POSIX systems
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250280 - Mark TestBatchMode as flaky on linux
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250282 - Fix compiler warnings in ScriptInterpreterPython
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250290 - Revert "RenderScript command for printing allocation contents"
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250295 - lldb-server: add support for binary memory reads
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250409 - Fix temporary directory computation on linux (pr25147)
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250412 - Revert "Fix temporary directory computation on linux (pr25147)"
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13772: Fix temporary directory computation on linux (pr25147)
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r250502 - Fix temporary directory computation on linux (pr25147)
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13772: Fix temporary directory computation on linux (pr25147)
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13812: Increase default memory cache line size for android
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D13681: [LLDB] Fix Clang-tidy misc-use-override warnings in remaining files in include; other minor fixes.
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D13638: Add a missing Mutex Locker in ResetCurrentInlinedDepth
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D13577: Fix build with python disabled after r249597
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D13684: [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes.
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D13830: [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in source/Plugins/Process/Utility; other minor fixes.
Phabricator via lldb-commits
- [Lldb-commits] [PATCH] D13816: Fix a some silly warnings
Ramkumar Ramachandra via lldb-commits
- [Lldb-commits] [PATCH] D13816: Fix a some silly warnings
Ramkumar Ramachandra via lldb-commits
- [Lldb-commits] [PATCH] D13819: LLDBStandalone: Report nice errors on missing vars
Ramkumar Ramachandra via lldb-commits
- [Lldb-commits] [PATCH] D13073: Add an expression parser for Go
Ryan Brown via lldb-commits
- [Lldb-commits] [lldb] r250661 - Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [lldb] r250662 - Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [lldb] r250667 - Silence -Wreturn-type with gcc 5.2
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [lldb] r250673 - Python: follow python guidelines for header usage
Saleem Abdulrasool via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13682: [libstdc++ data-formatters] Remove size limits.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13678: [libstdc++ data-formatters] Remove size limits and loop detector.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r250131 - [libstdc++ data-formatters] Remove size limits.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D12809: Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D6122: Fix compilation of DataFormatters/StringPrinter.cpp with GCC.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D13778: [SBValue] Add a method HasChildAtIndex.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r250322 - Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D13742: Fix codesign command with cmake.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r250335 - Fix codesign command with cmake.
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D13742: Fix codesign command with cmake.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r250465 - Minor indentation fix in StackFrameList.cpp.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r250024 - Improve TestValueOfVectorVariable
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r250180 - Fix cast in arm watchpoint handling code
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13578: Allow generic arm ArchSpec to merge with specific arm ArchSpec; allow Cortex M0-7's to always force thumb mode
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r250286 - Make use of lldv::Triple::isAndroid
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r250287 - Fix warning in CommandObjectMemory
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r250289 - Change ConstString to support massive multi-threaded access
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13777: Fix broken assert in DWARFDIE.cpp on OS X
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13667: cmake: provide flag that enables 'log enable --stack' to provide useful file/line info on POSIX systems
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250093 - Support RHEL 7 and similar systems that use architecture-specific Python lib dirs
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13625: Support RHEL 7 and similar systems that use architecture-specific Python lib dirs.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250253 - ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13667: cmake: provide flag that enables 'log enable --stack' to provide useful file/line info on POSIX systems
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250299 - cmake: provide flag that enables 'log enable --stack' to provide useful file/function info on POSIX systems
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13667: cmake: provide flag that enables 'log enable --stack' to provide useful file/line info on POSIX systems
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13742: Fix codesign command with cmake.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13777: Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250426 - Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13777: Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250453 - Modify pylint/flake8 path helper to add lldb python module to path.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250454 - Fixup previous commit.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13788: Factor the execution of a test method into its own function to ensure proper cleanup
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r250175 - Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr/lib/debug on Windows
Vadim Macagon via lldb-commits
- [Lldb-commits] [PATCH] D13636: Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr/lib/debug on Windows
Vadim Macagon via lldb-commits
- [Lldb-commits] [PATCH] D13617: Fix ref-counting of Python objects
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13662: Make dwarf parsing multi-threaded
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13679: Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250195 - Fix ref counting of Python objects.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250213 - Change PyFile_FromFile to use PyFile_FromFd when using Py3.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13706: Update swig typemaps and interfaces to not call PyString_FromStringAndSize
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250303 - Change swig interface files to use PythonDataObjects.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250304 - Minor cleanup on PythonDataObject constructors.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250322 - Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250327 - Get Python unit tests working with Python 3.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250331 - Make uses of /dev/null portable across OSes.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250444 - Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13754: Split Socket class into Tcp/Udp/DomainSocket subclasses.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13788: Factor the execution of a test method into its own function to ensure proper cleanup
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13794: Update SWIG typemaps to use new `PythonFile` wrapper
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13794: Update SWIG typemaps to use new `PythonFile` wrapper
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13727: Add task pool to LLDB
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250525 - Update SWIG typemaps to use `PythonFile`.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250530 - Convert SWIG typemap string operations to PythonObjects.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250531 - Fix linkage of `init_lldb` SWIG method in Python 3.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250532 - Make swig generation python scripts python 3 compatible.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r250533 - Make some more of the LLDB/SWIG/Python glue Python 3 aware.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13836: Fix write-after-close of file descriptor in ScriptInterpreterPython
Zachary Turner via lldb-commits
Last message date:
Sun Oct 18 21:25:40 PDT 2015
Archived on: Sun Oct 18 21:24:12 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).