The Week Of Monday 26 October 2015 Archives by date
Starting: Mon Oct 26 02:28:34 PDT 2015
Ending: Sun Nov 1 21:15:33 PST 2015
Messages: 242
- [Lldb-commits] [lldb] r251277 - Port the python api decorator to use test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14020: Port the python api decorator to use test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251282 - Fix a fission expression evaluation issue
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Ilia K via lldb-commits
- [Lldb-commits] [PATCH] D14051: Fix for Arm watchpoint cache corruption in case of ptrace failure
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251293 - [RenderScript] Add option to break on a specific kernel invocation
Ewan Crawford via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251301 - [lldb-server] Send PC of every thread along in the stop-reply packet
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251302 - Fix usages of range() and xrange() for Python 3.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251303 - Convert deprecated unittest method names.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251304 - Python3 - Change `dict.has_key(x)` to `x in dict`
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251305 - Convert `long` to `int`, and portably detect all integral types.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251306 - Python3 - Change sys.maxint to sys.maxsize.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251307 - Wrap call to zip() in list()
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251308 - Fix tabs and spaces in one of the python files.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251309 - Fix Clang-tidy modernize-use-override warnings in some files in source; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14083: Fix race condition in process resume
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14083: Fix race condition in process resume
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251310 - Re-use prologue parsing code that was already written instead of having two copies of code that parse line table prologues.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D14083: Fix race condition in process resume
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251315 - Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251319 - Fix an API missues in ParseTypeFromDWARF
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14088: Some minor improvements on the symtab parsing code
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r251328 - Remove use of octal literals.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251329 - Python 3: Convert uses of `callable(x)` to `six.callable(x)`.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14089: Avoid using `..` in paths for include dirs.
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D14091: Remove some useless typedef's.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r251340 - Clang module compilation options need to be per-platform.
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251351 - Remove some useless typedef's.
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D14091: Remove some useless typedef's.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r251354 - Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251340 - Clang module compilation options need to be per-platform.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251368 - Change TestTypeCompletion to not rely on std::string
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D14085: Add Socket::Create factory method which uses socket scheme (tcp, unix, ..) to find an appropriate implementation class.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14085: Add Socket::Create factory method which uses socket scheme (tcp, unix, ..) to find an appropriate implementation class.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251374 - Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRuntime and Platform; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r251376 - Add calls to the SB API to access the multi-language formatter category feature
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251377 - Minor cleanup of SBTypeSummary::CreateWithCallback to take an optional description argument
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D14085: Add Socket::Create factory method which uses socket protocol to find an appropriate implementation class.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14101: Treat hostname in android URL as device id unless it matches "localhost"
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251386 - Fix for Arm watchpoint cache corruption in case of ptrace failure
Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D14051: Fix for Arm watchpoint cache corruption in case of ptrace failure
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [PATCH] D14101: Treat hostname in android URL as device id unless it matches "localhost"
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251399 - Fix race condition in process resume
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14083: Fix race condition in process resume
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251400 - Deprecate -m/+m dotest options in favor of test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14060: Deprecate -m/+m dotest options in favor of test categories
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14111: Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation
Bhushan Attarde via lldb-commits
- [Lldb-commits] [lldb] r251402 - Some minor improvements on the symtab parsing code
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14088: Some minor improvements on the symtab parsing code
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r251403 - Fix MSVC build after r251402
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14037: Reuse native curses(8) library on NetBSD
Mateusz Kocielski via lldb-commits
- [Lldb-commits] [PATCH] D14042: Add more NetBSD platform glue for lldb
Mateusz Kocielski via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D14111: Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251416 - Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/DataFormatters, Breakpoint and Utility; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14101: Treat hostname in android URL as device id unless it matches "localhost"
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251417 - Add Socket::Create factory method which uses socket protocol to find an appropriate implementation class.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14085: Add Socket::Create factory method which uses socket protocol to find an appropriate implementation class.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251421 - Add a file in Makefile build which is present in CMake build.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [lldb] r251422 - Treat hostname in android URL as device id unless it matches "localhost".
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14101: Treat hostname in android URL as device id unless it matches "localhost"
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251426 - Include <cstdio> to fix build errors.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D14126: Make lldb-gdbserver to take explicit socket scheme as command line argument
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14127: Use accept4 workaround for MIPS Android build.
Chaoren Lin via lldb-commits
- [Lldb-commits] [lldb] r251439 - Use accept4 workaround for MIPS Android build.
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D14127: Use accept4 workaround for MIPS Android build.
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D14126: Make lldb-gdbserver to take explicit socket scheme as command line argument
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251444 - Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14126: Make lldb-gdbserver to take explicit socket scheme as command line argument
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251457 - Fix editline unindentation code for more recent libedits.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Todd Fiala via lldb-commits
- [Lldb-commits] LLVM buildmaster will be restarted tonight
Galina Kistanova via lldb-commits
- [Lldb-commits] [lldb] r251460 - Preparation for turning lldbsuite into a Python package.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251462 - Fix line endings to be LF instead of CRLF.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251470 - Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Core; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14136: Refactor Windows process plugin to enable sharing of code between live and post-mortem debugging
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251505 - Changes for Bug 17384
Ravitheja Addepally via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Ravitheja Addepally via lldb-commits
- [Lldb-commits] [lldb] r251522 - Fix build break on OS X from cleanup check-in.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Addepally, Ravitheja via lldb-commits
- [Lldb-commits] Buildbot e-mail notification has been changed
Galina Kistanova via lldb-commits
- [Lldb-commits] [PATCH] D14136: Refactor Windows process plugin to enable sharing of code between live and post-mortem debugging
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251527 - Don't codesign lldbserver if debugserver codesigning is disabled, because it
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D14136: Refactor Windows process plugin to enable sharing of code between live and post-mortem debugging
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D14136: Refactor Windows process plugin to enable sharing of code between live and post-mortem debugging
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251530 - Avoid using `..` in paths for include dirs.
Stephane Sezer via lldb-commits
- [Lldb-commits] [PATCH] D14089: Avoid using `..` in paths for include dirs.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251532 - Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251537 - Make core files not crash when you load a core file into LLDB with just "lldb -c core".
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251540 - Refactor Windows process plugin to allow code sharing between live and mini dump debugging.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251542 - Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14126: Make lldb-gdbserver to take explicit socket scheme as command line argument
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251544 - Try to fix the linux buildbot.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251547 - Make lldb-gdbserver to take explicit socket scheme as command line argument.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14126: Make lldb-gdbserver to take explicit socket scheme as command line argument
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251549 - Add check for __main__ in dotest.py to ensure problems with multiprocessing on some Windows machines.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251550 - Removed an unecessary code-signing phase on lldb-tool.
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D14157: Make dosep correctly invoke the top level script when doing the multiprocessing fork
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251555 - Don't crash when opening a fuzzed mach-o file that has bad dyld trie data.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251556 - Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Core; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14159: Add a Visual Studio solution for LLDB's Python code
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251559 - Skip this test is the test suite is running in a mode where it has no WindowServer access
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251561 - Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/lldb/Core; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r251563 - Remove unused SUN_LEN macro for Android.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251564 - Change Target::EvaluateExpression to take an ExecutionContextScope * rather than a
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D14162: Create Python library `seven` in lldbsuite.support
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14163: Address another race condition running tests on Windows
Adrian McCarthy via lldb-commits
- [Lldb-commits] [PATCH] D14163: Address another race condition running tests on Windows
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14163: Address another race condition running tests on Windows
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r251578 - Initialize data_len to 0 in source/Plugins/Platform/Android/AdbClient.cpp
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251579 - Make sure we don't over specify an architecture when we connect to KDP and use the CPU type and subtype to fill out an architecture. We do this by letting the vendor be an unspecified unknown, or any. We also grab the target architecture, get the KDP host arch, and then merge the two before putting it back into the target.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r251580 - Revert r251578. I was in the middle of editing the commit message
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251581 - Remove an unused local variable
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251583 - Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatches
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251584 - Static analyzer noticed that a null get_pending_items_caller could
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251585 - Explicitly cast size_t var to (uint64_t) when printf format is PRIx64.
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251586 - Xcode suggested enabling a "no common blocks" warning
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r251587 - Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Expression and Host; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14166: Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D13819: LLDBStandalone: Report nice errors on missing vars
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D14166: Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [lldb] r251589 - Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D14166: Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Chaoren Lin via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251590 - Leave TestAttachResume as flakey on linux
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14042: Add more NetBSD platform glue for lldb
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D14037: Reuse native curses(8) library on NetBSD
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [lldb] r251537 - Make core files not crash when you load a core file into LLDB with just "lldb -c core".
Ed Maste via lldb-commits
- [Lldb-commits] [PATCH] D14157: Make dosep correctly invoke the top level script when doing the multiprocessing fork
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14162: Create Python library `seven` in lldbsuite.support
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251616 - Rename argdumper to lldb-argdumper
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14162: Create Python library `seven` in lldbsuite.support
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Ravitheja Addepally via lldb-commits
- [Lldb-commits] [PATCH] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [lldb] r251626 - Fix flakyness in TestChangeProcessGroup
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14162: Create Python library `seven` in lldbsuite.support
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251628 - Fixup lldb-argdumper cmake build
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Ilia K via lldb-commits
- [Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Oleksiy Vyalov via lldb-commits
- [Lldb-commits] [PATCH] D14177: Better handle the arguments common to all MI commands.
Ilia K via lldb-commits
- [Lldb-commits] [lldb] r251636 - Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] Buildbot e-mail notification has been changed
Renato Golin 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] [lldb] r251642 - Add an 'internal' kind of summary to support one-off subclasses of TypeSummaryImpl
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Mark Chandler via lldb-commits
- [Lldb-commits] [lldb] r251647 - Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Target; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13073: Add an expression parser for Go
Ryan Brown via lldb-commits
- [Lldb-commits] [PATCH] D13878: Add data formatters for go strings and slices.
Ryan Brown via lldb-commits
- [Lldb-commits] [lldb] r251648 - Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/lldb/Target; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D13073: Add an expression parser for Go
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D13878: Add data formatters for go strings and slices.
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251657 - Give the test class it's own name (it was reusing the name from TestCompletions.py).
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251660 - Add a --language (-l) option to the formatter delete commands in order to allow removing formatters from language categories
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251663 - Do not accept nullptr descriptions as valid summaries to be printed
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251668 - Add a --offset option to memory read that allows one to specify, given a type, how many sizeof(type) bytes to speak before starting to read memory
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251670 - Remove two #if0ed regions of code that we were using for an experiment but don't really want
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251673 - Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Symbol; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [lldb] r251676 - Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utility headers; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Bruce Mitchener via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251684 - Make new dotest.py executable
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D13859: [LLDB][LLGS Test] Check length of register, only when its available
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D14197: Handle the option and parameter separator in every command.
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [PATCH] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D12877: [LLDB] Switch to assembly view if source is moved
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D14201: Fix race during process detach
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251699 - Mark another TestEvents test as flaky on linux
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251704 - Remove 2 lines missed in earlier commit (r251636).
Hafiz Abid Qadeer via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Todd Fiala via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Mark Chandler 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] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251716 - Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D14166: Correctly include LLVM_EXTERNAL_CLANG_SOURCE_DIR.
Stephane Sezer via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r251678 - Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251681 - Added real editline tests.
Todd Fiala via lldb-commits
- [Lldb-commits] [PATCH] D14182: Centos 5 compile fixes for lldb
Ed Maste via lldb-commits
- [Lldb-commits] [lldb] r251720 - Fix an error message (the debugger was invalid, not the target.)
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251721 - Add a few missing includes.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251722 - Make the error return more explicit when an SBValue has no value.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251727 - Abstract the notion of the truth value of an expression result, for use
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r251727 - Abstract the notion of the truth value of an expression result, for use
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251730 - Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, source/Expression and tools/lldb-mi; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [lldb] r251732 - Harden this test case to do the right thing in the face of compiler changes
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r251733 - Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/API; other minor fixes.
Eugene Zelenko via lldb-commits
- [Lldb-commits] [PATCH] D14042: Add more NetBSD platform glue for lldb
youri mouton via lldb-commits
- [Lldb-commits] [PATCH] D14037: Reuse native curses(8) library on NetBSD
youri mouton via lldb-commits
- [Lldb-commits] [PATCH] D13296: [LLDB] Fix watchpoint ignore feature for architectures with watchpoint_exceptions_received=before
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D14111: Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB during expression evaluation
Bhushan Attarde via lldb-commits
Last message date:
Sun Nov 1 21:15:33 PST 2015
Archived on: Sun Nov 1 21:13:50 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).