The Week Of Monday 20 July 2015 Archives by subject
Starting: Mon Jul 20 06:52:50 PDT 2015
Ending: Sun Jul 26 23:42:51 PDT 2015
Messages: 289
- [Lldb-commits] [Diffusion] rL238467: Refactor test runner to print sub-test-case pass/fail rate.
Zachary Turner
- [Lldb-commits] [Diffusion] rL238467: Refactor test runner to print sub-test-case pass/fail rate.
Zachary Turner
- [Lldb-commits] [lldb] r242525 - Fix liblldb linking on RHEL 6 (bug #24140)
Hans Wennborg
- [Lldb-commits] [lldb] r242525 - Fix liblldb linking on RHEL 6 (bug #24140)
Zachary Turner
- [Lldb-commits] [lldb] r242525 - Fix liblldb linking on RHEL 6 (bug #24140)
Hans Wennborg
- [Lldb-commits] [lldb] r242529 - Standalone cmake build improvements (bug #23889)
Hans Wennborg
- [Lldb-commits] [lldb] r242529 - Standalone cmake build improvements (bug #23889)
Zachary Turner
- [Lldb-commits] [lldb] r242529 - Standalone cmake build improvements (bug #23889)
Hans Wennborg
- [Lldb-commits] [lldb] r242671 - Improve aarch64 instruction emulation
Tamas Berghammer
- [Lldb-commits] [lldb] r242681 - [NativeProcessLinux] Bugfix in the monitor thread
Pavel Labath
- [Lldb-commits] [lldb] r242687 - Eliminated a potential infinite recursion in structure layout when the origin
Sean Callanan
- [Lldb-commits] [lldb] r242688 - Revert static Android build until build master restarts.
Chaoren Lin
- [Lldb-commits] [lldb] r242699 - Enable timeout on Windows
Ying Chen
- [Lldb-commits] [lldb] r242709 - Fix the yellow colorizing and fix some logic in the "A" packet dumper.
Greg Clayton
- [Lldb-commits] [lldb] r242716 - [Android] Only enable evil libdl.a hack when building statically.
Chaoren Lin
- [Lldb-commits] [lldb] r242717 - Fix whitespace in Android.cmake.
Chaoren Lin
- [Lldb-commits] [lldb] r242729 - Correctly get the arguments and environment, even for processes that have a large amount or arguments and/or environment variables.
Greg Clayton
- [Lldb-commits] [lldb] r242745 - The session dictionary attached to a Python interpeter holds variables the user creates in the script interpreter
Enrico Granata
- [Lldb-commits] [lldb] r242753 - Fix FileSpec::IsSymlink implementation.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r242757 - Resolve DW_AT_comp_dir path if it contains a symlink
Oleksiy Vyalov
- [Lldb-commits] [lldb] r242762 - [lldb-mi] size_t rather than MIuint for arg counts.
Bruce Mitchener
- [Lldb-commits] [lldb] r242764 - Add Pipe::WriteWithTimeout method
Pavel Labath
- [Lldb-commits] [lldb] r242765 - Fix incorrect documentation directives and some parameters
Pavel Labath
- [Lldb-commits] [lldb] r242767 - Revert "Add Pipe::WriteWithTimeout method"
Pavel Labath
- [Lldb-commits] [lldb] r242768 - [lldb-mi] Remove unused portions of MIDataTypes.h.
Bruce Mitchener
- [Lldb-commits] [lldb] r242769 - [lldb-mi] Simplify MICmnMIResultRecord implementation.
Bruce Mitchener
- [Lldb-commits] [lldb] r242778 - [lldb-mi] Fix Windows build, missing assert.h include.
Bruce Mitchener
- [Lldb-commits] [lldb] r242781 - [lldb-mi] Correct file names in first line comments.
Bruce Mitchener
- [Lldb-commits] [lldb] r242782 - [LLGS] Get rid of the stdio forwarding thread
Pavel Labath
- [Lldb-commits] [lldb] r242783 - [NativeProcessLinux] Integrate MainLoop
Pavel Labath
- [Lldb-commits] [lldb] r242813 - Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [lldb] r242814 - Re-enable static Android build after build master restart.
Chaoren Lin
- [Lldb-commits] [lldb] r242815 - Xfail TestGdbRemoteAbort for Android API <= 16.
Chaoren Lin
- [Lldb-commits] [lldb] r242844 - Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
- [Lldb-commits] [lldb] r242852 - Improve the performance of DWARFDebugInfo::GetCompileUnitContainingDIE() by using a binary search.
Greg Clayton
- [Lldb-commits] [lldb] r242856 - Fix typos.
Bruce Mitchener
- [Lldb-commits] [lldb] r242862 - Xfail test_dyld_library_path for Android.
Chaoren Lin
- [Lldb-commits] [lldb] r242866 - Clean up wording in help for breakpoint --language option.
Dawn Perchik
- [Lldb-commits] [lldb] r242874 - Make stream::operator<< take "const" void *
Pavel Labath
- [Lldb-commits] [lldb] r242875 - Fix warnings found by -Wextra-semi
Pavel Labath
- [Lldb-commits] [lldb] r242887 - XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
- [Lldb-commits] [lldb] r242900 - [lldb-mi tests] Fix typo of sensitive.
Bruce Mitchener
- [Lldb-commits] [lldb] r242902 - [asan] Display ASan history threads in reverse chronological order
Kuba Brecka
- [Lldb-commits] [lldb] r242903 - Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
- [Lldb-commits] [lldb] r242910 - XFAIL TestReturnValue on Linux-x86_64 with clang
Tamas Berghammer
- [Lldb-commits] [lldb] r242911 - [lldb-mi] Remove unused bool results.
Bruce Mitchener
- [Lldb-commits] [lldb] r242913 - Fix warnings.
Bruce Mitchener
- [Lldb-commits] [lldb] r242917 - Don't water JSONGenerator objects down into ObjectSP's too early so that we can call member functions specific to dictionaries and arrays without calling GetAsDictionary() or GetAsArray() on them.
Greg Clayton
- [Lldb-commits] [lldb] r242918 - Fix warnings related to virtual functions not being marked as override.
Greg Clayton
- [Lldb-commits] [lldb] r242928 - Improved the packet dumper to escape the response string before sending it to the response functions (find any 0x7d characters and remove it and XOR the next character with 0x20). This allows us to parse the JSON in the reply packet and display it correctly.
Greg Clayton
- [Lldb-commits] [lldb] r242929 - Don't complete an EnumDecl if it's already complete. We already do this check
Sean Callanan
- [Lldb-commits] [lldb] r242932 - Xtimeout TestProcessAttach for Linux.
Chaoren Lin
- [Lldb-commits] [lldb] r242944 - Set the live address on child const results in a way that is more maintainable for sustained merges with our internal branches
Enrico Granata
- [Lldb-commits] [lldb] r242968 - Fix the variable used to reply to the qGDBServerVersion
Jason Molenda
- [Lldb-commits] [lldb] r242969 - Don't specify languages when setting breakpoints in C function names. We won't be able to tell from the symbol value alone what language the symbol is.
Greg Clayton
- [Lldb-commits] [lldb] r242972 - Fix TestReturnValue.py after 242903 changes that added vector register return value tests. These were failing on x86_64 and i386.
Greg Clayton
- [Lldb-commits] [lldb] r242979 - Fix comment in test.
Dawn Perchik
- [Lldb-commits] [lldb] r242996 - [lldb-mi] Remove unwanted comment blocks.
Bruce Mitchener
- [Lldb-commits] [lldb] r242997 - Add jstopinfo support to llgs
Pavel Labath
- [Lldb-commits] [lldb] r243000 - Remove XFAIL from ReturnValueTestCase after rL242972
Tamas Berghammer
- [Lldb-commits] [lldb] r243013 - [NativeProcessLinux] Fix a couple of warnings
Pavel Labath
- [Lldb-commits] [lldb] r243019 - Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
- [Lldb-commits] [lldb] r243035 - Most thread plans don't handle eStopReasonInstrumentation stop reasons,
Jim Ingham
- [Lldb-commits] [lldb] r243053 - Several improvements to the Either<T, U> type
Enrico Granata
- [Lldb-commits] [lldb] r243067 - Disable mutex error checking so it doesn't create problems with the multi-threaded test case. The error would cause an assertion that could cause lldb to crash when unlocking a mutex returned an error because it was in use.
Greg Clayton
- [Lldb-commits] [lldb] r243072 - Fix Mac OS X build, debugserver version handling.
Bruce Mitchener
- [Lldb-commits] [lldb] r243074 - Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
- [Lldb-commits] [lldb] r243077 - Fix an issue where LLDB would run out of stack space trying to decide if a deeply nested child can be updated in the face of an invalid execution context
Enrico Granata
- [Lldb-commits] [lldb] r243091 - Handle old style S packet correctly
Bhushan D. Attarde
- [Lldb-commits] [lldb] r243099 - Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
- [Lldb-commits] [lldb] r243102 - Revert "Fix an issue where LLDB would run out of stack space ..."
Pavel Labath
- [Lldb-commits] [lldb] r243104 - Initialize variable to prevent garbage values (RenderScriptRuntime)
Ewan Crawford
- [Lldb-commits] [lldb] r243118 - Bind to the loopback when we are expecting a connection from 127.0.0.1 so we don't set off firewall protections.
Greg Clayton
- [Lldb-commits] [lldb] r243166 - Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [lldb] r243174 - Some fixes to get LLDB compiling with MSVC 2015.
Zachary Turner
- [Lldb-commits] [lldb] r243175 - Log socket communications to LIBLLDB_LOG_COMMUNICATION instead of
Jason Molenda
- [Lldb-commits] [lldb] r243180 - Use double-checked locking to avoid locking the Module mutex if we don't need to. This avoid a deadlock we were seeing in Xcode.
Greg Clayton
- [Lldb-commits] [lldb] r243181 - Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them
Jim Ingham
- [Lldb-commits] [lldb] r243187 - Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [lldb] r243193 - Shorten the lldb timeout, we were seeing occasional failure because
Jim Ingham
- [Lldb-commits] [lldb] r243200 - Add some initial logging for when lldb is searching for binaries,
Jason Molenda
- [Lldb-commits] [lldb] r243219 - Upgrade for Clang API change.
Benjamin Kramer
- [Lldb-commits] [lldb] r243220 - Add missing namespace specifiers.
Benjamin Kramer
- [Lldb-commits] [lldb] r243230 - XFAIL TestExprOptions on Linux.
Chaoren Lin
- [Lldb-commits] [lldb] r243230 - XFAIL TestExprOptions on Linux.
Vince Harron
- [Lldb-commits] [lldb] r243257 - Fix jSignalsInfo packet handling.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D10189: Remove lldb_private library implicit dependencies on python
Zachary Turner
- [Lldb-commits] [PATCH] D11049: [lldb-mi] size_t rather than MIuint for arg counts.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.
Ilia K
- [Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11102: Set the compiler's language options using the language of the current frame's CU, and fix ObjC evaluation.
Dawn Perchik
- [Lldb-commits] [PATCH] D11102: Set the compiler's language options using the language of the current frame's CU, and fix ObjC evaluation.
Dawn Perchik
- [Lldb-commits] [PATCH] D11119: Specify a language to use when parsing breakpoint identifiers.
Dawn Perchik
- [Lldb-commits] [PATCH] D11119: Specify a language to use when parsing breakpoint identifiers.
Greg Clayton
- [Lldb-commits] [PATCH] D11119: Specify a language to use when parsing breakpoint identifiers.
Phabricator
- [Lldb-commits] [PATCH] D11119: Specify a language to use when parsing breakpoint identifiers.
Dawn Perchik
- [Lldb-commits] [PATCH] D11150: [NativeProcessLinux] Integrate MainLoop
Chaoren Lin
- [Lldb-commits] [PATCH] D11150: [NativeProcessLinux] Integrate MainLoop
Pavel Labath
- [Lldb-commits] [PATCH] D11150: [NativeProcessLinux] Integrate MainLoop
Chaoren Lin
- [Lldb-commits] [PATCH] D11173: Compile and run objc tests in TestObjCBuiltinTypes.py as objc instead of c++.
Dawn Perchik
- [Lldb-commits] [PATCH] D11173: Compile and run objc tests in TestObjCBuiltinTypes.py as objc instead of c++.
Sean Callanan
- [Lldb-commits] [PATCH] D11173: Compile and run objc tests in TestObjCBuiltinTypes.py as objc instead of c++.
Dawn Perchik
- [Lldb-commits] [PATCH] D11176: [LLDB][MIPS] To handle SI_KERENEL generated for invalid 64 bit address
Nitesh Jain
- [Lldb-commits] [PATCH] D11176: [LLDB][MIPS] To handle SI_KERENEL generated for invalid 64 bit address
Greg Clayton
- [Lldb-commits] [PATCH] D11176: [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address
Nitesh Jain
- [Lldb-commits] [PATCH] D11295: [asan] Display ASan history threads in reverse chronological order
Enrico Granata
- [Lldb-commits] [PATCH] D11295: [asan] Display ASan history threads in reverse chronological order
Jason Molenda
- [Lldb-commits] [PATCH] D11295: [asan] Display ASan history threads in reverse chronological order
Phabricator
- [Lldb-commits] [PATCH] D11296: [LLGS] Get rid of the stdio forwarding thread
Pavel Labath
- [Lldb-commits] [PATCH] D11296: [LLGS] Get rid of the stdio forwarding thread
Pavel Labath
- [Lldb-commits] [PATCH] D11296: [LLGS] Get rid of the stdio forwarding thread
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11296: [LLGS] Get rid of the stdio forwarding thread
Pavel Labath
- [Lldb-commits] [PATCH] D11296: [LLGS] Get rid of the stdio forwarding thread
Pavel Labath
- [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)
Colin Riley
- [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)
Neil Parikh
- [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)
Colin Riley
- [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)
Neil Parikh
- [Lldb-commits] [PATCH] D11323: Initialize variable to prevent garbage values (RenderScriptRuntime)
Ewan Crawford
- [Lldb-commits] [PATCH] D11356: Fix FileSpec::IsSymlink implementation.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11356: Fix FileSpec::IsSymlink implementation.
Adrian McCarthy
- [Lldb-commits] [PATCH] D11356: Fix FileSpec::IsSymlink implementation.
Greg Clayton
- [Lldb-commits] [PATCH] D11356: Fix FileSpec::IsSymlink implementation.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Chaoren Lin
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Jim Ingham
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Greg Clayton
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Greg Clayton
- [Lldb-commits] [PATCH] D11357: Resolve DW_AT_comp_dir path if it contains a symlink
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11358: Add Pipe::WriteWithTimeout method
Pavel Labath
- [Lldb-commits] [PATCH] D11358: Add Pipe::WriteWithTimeout method
Zachary Turner
- [Lldb-commits] [PATCH] D11358: Add Pipe::WriteWithTimeout method
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11358: Add Pipe::WriteWithTimeout method
Pavel Labath
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Greg Clayton
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Greg Clayton
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11367: Update TestLoadUnload to use base Makefile.
Chaoren Lin
- [Lldb-commits] [PATCH] D11368: Enable timeout on Windows
Ying Chen
- [Lldb-commits] [PATCH] D11368: Enable timeout on Windows
Chaoren Lin
- [Lldb-commits] [PATCH] D11368: Enable timeout on Windows
Ying Chen
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Paul Maybee
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Ilia K
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Paul Maybee
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Ilia K
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Paul Maybee
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Ilia K
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Paul Maybee
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Paul Maybee
- [Lldb-commits] [PATCH] D11371: Support escapes and quotes in string and character values.
Ilia K
- [Lldb-commits] [PATCH] D11378: Xfail TestGdbRemoteAbort for Android API <= 16.
Chaoren Lin
- [Lldb-commits] [PATCH] D11378: Xfail TestGdbRemoteAbort for Android API <= 16.
Tamas Berghammer
- [Lldb-commits] [PATCH] D11378: Xfail TestGdbRemoteAbort for Android API <= 16.
Chaoren Lin
- [Lldb-commits] [PATCH] D11378: Xfail TestGdbRemoteAbort for Android API <= 16.
Chaoren Lin
- [Lldb-commits] [PATCH] D11384: Improve check for ASAN callbacks
Tamas Berghammer
- [Lldb-commits] [PATCH] D11384: Improve check for ASAN callbacks
Kuba Brecka
- [Lldb-commits] [PATCH] D11385: [lldb-mi] Remove unused portions of MIDataTypes.h.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11385: [lldb-mi] Remove unused portions of MIDataTypes.h.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11386: Fix typos.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11386: Fix typos.
Greg Clayton
- [Lldb-commits] [PATCH] D11386: Fix typos.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11387: [lldb-mi] Fix Windows build, missing assert.h include.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11387: [lldb-mi] Fix Windows build, missing assert.h include.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11388: Make stream::operator<< take "const" void *
Pavel Labath
- [Lldb-commits] [PATCH] D11388: Make stream::operator<< take "const" void *
Greg Clayton
- [Lldb-commits] [PATCH] D11388: Make stream::operator<< take "const" void *
Pavel Labath
- [Lldb-commits] [PATCH] D11390: Optimize GetCompileUnitContainingDIE with a lookup table
Tamas Berghammer
- [Lldb-commits] [PATCH] D11390: Optimize GetCompileUnitContainingDIE with a lookup table
Jim Ingham
- [Lldb-commits] [PATCH] D11390: Optimize GetCompileUnitContainingDIE with a lookup table
Tamas Berghammer
- [Lldb-commits] [PATCH] D11390: Optimize GetCompileUnitContainingDIE with a lookup table
Greg Clayton
- [Lldb-commits] [PATCH] D11390: Optimize GetCompileUnitContainingDIE with a lookup table
Greg Clayton
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Dawn Perchik
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Dawn Perchik
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Ilia K
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Dawn Perchik
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Dawn Perchik
- [Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.
Ilia K
- [Lldb-commits] [PATCH] D11404: Fix warnings.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11404: Fix warnings.
Greg Clayton
- [Lldb-commits] [PATCH] D11404: Fix warnings.
Greg Clayton
- [Lldb-commits] [PATCH] D11404: Fix warnings.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11404: Fix warnings.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11409: XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
- [Lldb-commits] [PATCH] D11409: XFAIL watchpoint tests on Android arm/aarch64
Pavel Labath
- [Lldb-commits] [PATCH] D11409: XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
- [Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Hafiz Abid Qadeer
- [Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11412: [lldb-mi] Remove unused bool results.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11415: Add jstopinfo support to llgs
Pavel Labath
- [Lldb-commits] [PATCH] D11415: Add jstopinfo support to llgs
Greg Clayton
- [Lldb-commits] [PATCH] D11415: Add jstopinfo support to llgs
Oleksiy Vyalov
- [Lldb-commits] [PATCH] D11415: Add jstopinfo support to llgs
Pavel Labath
- [Lldb-commits] [PATCH] D11416: Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
- [Lldb-commits] [PATCH] D11416: Improve SysV ABI for ARM to handle return values with vector return type
Pavel Labath
- [Lldb-commits] [PATCH] D11416: Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Greg Clayton
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Greg Clayton
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Greg Clayton
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Zachary Turner
- [Lldb-commits] [PATCH] D11431: Convert ScriptInterpreters to being first-class plugins
Greg Clayton
- [Lldb-commits] [PATCH] D11444: XFAIL TestReturnValue for OS X as well.
Chaoren Lin
- [Lldb-commits] [PATCH] D11444: XFAIL TestReturnValue for OS X as well.
Chaoren Lin
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Sean Callanan
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Dawn Perchik
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Greg Clayton
- [Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.
Phabricator
- [Lldb-commits] [PATCH] D11449: Handle old style 'S' packet correctly
Bhushan Attarde
- [Lldb-commits] [PATCH] D11449: Handle old style 'S' packet correctly
Greg Clayton
- [Lldb-commits] [PATCH] D11450: Fix Mac OS X build, debugserver version handling.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11450: Fix Mac OS X build, debugserver version handling.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11450: Fix Mac OS X build, debugserver version handling.
Greg Clayton
- [Lldb-commits] [PATCH] D11450: Fix Mac OS X build, debugserver version handling.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11451: Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11451: Add UNUSED_IF_ASSERT_DISABLED and apply it.
Greg Clayton
- [Lldb-commits] [PATCH] D11451: Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11452: [lldb-mi] Remove unwanted comment blocks.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11452: [lldb-mi] Remove unwanted comment blocks.
Colin Riley
- [Lldb-commits] [PATCH] D11452: [lldb-mi] Remove unwanted comment blocks.
Bruce Mitchener
- [Lldb-commits] [PATCH] D11455: [MIPS] Create Unix Signals based on target architecture
Jaydeep Patil
- [Lldb-commits] [PATCH] D11455: [MIPS] Create Unix Signals based on target architecture
Greg Clayton
- [Lldb-commits] [PATCH] D11455: [MIPS] Create Unix Signals based on target architecture
Jaydeep Patil
- [Lldb-commits] [PATCH] D11460: Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
- [Lldb-commits] [PATCH] D11460: Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Tamas Berghammer
- [Lldb-commits] [PATCH] D11460: Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
- [Lldb-commits] [PATCH] D11460: Speed up NativeProcessLinux::GetLoadedModuleFileSpec
Pavel Labath
- [Lldb-commits] [PATCH] D11461: Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
- [Lldb-commits] [PATCH] D11461: Improve C++ function name handling and step-in avoid regerxp handling
Greg Clayton
- [Lldb-commits] [PATCH] D11461: Improve C++ function name handling and step-in avoid regerxp handling
Jim Ingham
- [Lldb-commits] [PATCH] D11461: Improve C++ function name handling and step-in avoid regerxp handling
Jim Ingham
- [Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android
Tamas Berghammer
- [Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android
Stephen Hines
- [Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android
Tamas Berghammer
- [Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android
Tamas Berghammer
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Enrico Granata
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Enrico Granata
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Greg Clayton
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
- [Lldb-commits] [PATCH] D11473: Add option eTypeOptionHideEmptyAggregates.
Enrico Granata
- [Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
- [Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
- [Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Greg Clayton
- [Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
- [Lldb-commits] [PATCH] D11482: Add target setting to have the language follow the frame's CU.
Dawn Perchik
- [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string
Paul Maybee
- [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string
Ilia K
- [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string
Ilia K
- [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string
Paul Maybee
- [Lldb-commits] [PATCH] D11497: Change Socket::Read / Socket::Write to log to LOG_COMMUNICATION instead of LOG_HOST
Jason Molenda
- [Lldb-commits] [PATCH] D11497: Change Socket::Read / Socket::Write to log to LOG_COMMUNICATION instead of LOG_HOST
Zachary Turner
- [Lldb-commits] [PATCH] D11497: Change Socket::Read / Socket::Write to log to LOG_COMMUNICATION instead of LOG_HOST
Jason Molenda
- [Lldb-commits] [PATCH] D11498: Print reference values on one line.
Chaoren Lin
- [Lldb-commits] [PATCH] D11498: Print reference values on one line.
Enrico Granata
- [Lldb-commits] [PATCH] D11498: Print reference values on one line.
Greg Clayton
- [Lldb-commits] [PATCH] D11498: Print reference values on one line.
Chaoren Lin
- [Lldb-commits] [PATCH] D11499: [lldb-mi] Fix setting of breakpoints using file:func syntax.
Dawn Perchik
- [Lldb-commits] [PATCH] D11499: [lldb-mi] Fix setting of breakpoints using file:func syntax.
Ilia K
- [Lldb-commits] [PATCH] D11519: [MIPS] Use qfThreadID if qC packet is not supported by target
Jaydeep Patil
Last message date:
Sun Jul 26 23:42:51 PDT 2015
Archived on: Tue Aug 4 15:45:02 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).