lldb-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Lldb-commits] [lldb] r241652 - Make command files specified to the driver actually print their
Jim Ingham
[Lldb-commits] [lldb] r241651 - Fixed the C modules test case on Darwin by streamlining its code.
Sean Callanan
[Lldb-commits] [lldb] r241650 - Don't select a thread that stopped for a signal that was
Jim Ingham
[Lldb-commits] [lldb] r241649 - Move ProcessKDP's StringExtractor include.
Bruce Mitchener
[Lldb-commits] [PATCH] D11018: Move ProcessKDP's StringExtractor include.This can be in the cpp file rather than the header file, so movingit there.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D11018: Move ProcessKDP's StringExtractor include.This can be in the cpp file rather than the header file, so movingit there.
Greg Clayton
Re: [Lldb-commits] [PATCH] D11018: Move ProcessKDP's StringExtractor include.This can be in the cpp file rather than the header file, so movingit there.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D11014: Skip test that requires fork on Windows, which doesn't have fork.
Chaoren Lin
[Lldb-commits] [lldb] r241632 - Add a version of SBTarget::EvaluateExpression that doesn't require
Jim Ingham
[Lldb-commits] [PATCH] D11013: Try to enable TestProcessAttach tests on Linux
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] D11013: Try to enable TestProcessAttach tests on Linux
Pavel Labath
Re: [Lldb-commits] [PATCH] D11013: Try to enable TestProcessAttach tests on Linux
Oleksiy Vyalov
[Lldb-commits] [lldb] r241628 - Fix debugserver build after someone moved StrintExtractor.h.
Greg Clayton
Re: [Lldb-commits] [PATCH] D9104: Fix NativeProcessLinux Read/Write register operations for arm
Ed Maste
Re: [Lldb-commits] [PATCH] D6348: Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Ed Maste
Re: [Lldb-commits] [PATCH] D6240: Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
Re: [Lldb-commits] [PATCH] D6240: Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
Re: [Lldb-commits] [PATCH] D10996: Avoid going through Platform when creating a NativeProcessProtocol instance
Greg Clayton
Re: [Lldb-commits] [PATCH] D10996: Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
Re: [Lldb-commits] [PATCH] LLGS Android target support
Nico Weber
Re: [Lldb-commits] [PATCH] LLGS Android target support
Bruce Mitchener
[Lldb-commits] [lldb] r241596 - Fix StringExtractor.h issues.
Bruce Mitchener
[Lldb-commits] [PATCH] D10995: Fix StringExtractor.h issues.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10995: Fix StringExtractor.h issues.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10995: Fix StringExtractor.h issues.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10995: Fix StringExtractor.h issues.
Greg Clayton
[Lldb-commits] [lldb] r241590 - cmake no longer needs to deal with -std=c++11 checks.
Bruce Mitchener
[Lldb-commits] [lldb] r241591 - [lldb-mi] Spell resource string name correctly.
Bruce Mitchener
[Lldb-commits] [PATCH] D10994: cmake no longer needs to deal with -std=c++11 checks.LLVM requires and handles this now and has the correct compilerversion checks. This block of code for cmake in LLDB is no longerneeded.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10994: cmake no longer needs to deal with -std=c++11 checks.LLVM requires and handles this now and has the correct compilerversion checks. This block of code for cmake in LLDB is no longerneeded.
Bruce Mitchener
[Lldb-commits] [PATCH] D10993: [lldb-mi] Spell resource string name correctly.Broardcaster -> Broadcaster
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10993: [lldb-mi] Spell resource string name correctly.Broardcaster -> Broadcaster
Bruce Mitchener
[Lldb-commits] [lldb] r241586 - [lldb-mi] Fix typo in variable name.
Bruce Mitchener
[Lldb-commits] [PATCH] D10992: [lldb-mi] Fix typo in variable name.Seperated -> Separated.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10992: [lldb-mi] Fix typo in variable name.Seperated -> Separated.
Bruce Mitchener
[Lldb-commits] [lldb] r241585 - [lldb-mi] Fix typos
Bruce Mitchener
[Lldb-commits] [lldb] r241575 - LLDB standalone build: check if Clang was built independently from LLVM
Pavel Labath
Re: [Lldb-commits] [lldb] r241573 - Fix build after recent clang interface changes
Pavel Labath
Re: [Lldb-commits] [lldb] r241573 - Fix build after recent clang interface changes
Douglas Gregor
[Lldb-commits] [lldb] r241572 - Fix cmake build after recent JSON changes
Pavel Labath
[Lldb-commits] [lldb] r241569 - Leave OS as unspecified unknown if it isn't specified in the ELF file
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10974: Fix _LocalProcess.terminate on Windows
Pavel Labath
[Lldb-commits] [lldb] r241553 - When debugserver is running on an iOS device, call
Jason Molenda
[Lldb-commits] [lldb] r241540 - For the "ios" target add a shell script phase at the end which
Jason Molenda
[Lldb-commits] [lldb] r241531 - Add a summary for vector types
Enrico Granata
[Lldb-commits] [lldb] r241522 - Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JSONParser class.
Greg Clayton
Re: [Lldb-commits] [lldb] r241522 - Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JSONParser class.
Jason Molenda
[Lldb-commits] [PATCH] D10976: Fix APFloat construction from 16 byte APInt.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10976: Fix APFloat construction from 16 byte APInt.
Greg Clayton
Re: [Lldb-commits] [PATCH] D10858: Default to linking lldb-server statically for Android.
Chaoren Lin
[Lldb-commits] [lldb] r241475 - Fix step over breakpoint on Windows (which was detected by TestCreateAfterAttach.py).
Adrian McCarthy
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Greg Clayton
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Greg Clayton
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Greg Clayton
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Greg Clayton
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Greg Clayton
Re: [Lldb-commits] [PATCH] D10744: Fix demangling of names if required by language
Dawn Perchik
[Lldb-commits] [lldb] r241459 - Fix dosep.py on windows after r240946
Pavel Labath
[Lldb-commits] [lldb] r241457 - [lldb-mi] Use 'override' on overridden virtual methods.
Bruce Mitchener
[Lldb-commits] [lldb] r241448 - [lldb-mi] Fix misc. typos in comments.
Bruce Mitchener
[Lldb-commits] [PATCH] D10959: [lldb-mi] Use 'override' on overridden virtual methods.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10959: [lldb-mi] Use 'override' on overridden virtual methods.
Hafiz Abid Qadeer
Re: [Lldb-commits] [PATCH] D10959: [lldb-mi] Use 'override' on overridden virtual methods.
Bruce Mitchener
[Lldb-commits] [lldb] r241441 - Use both OS and Architecture to choose correct ABI
Abhishek Aggarwal
[Lldb-commits] [PATCH] D10957: Leave OS as unspecified unknown if it isn't specified in the ELF file
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10957: Leave OS as unspecified unknown if it isn't specified in the ELF file
Oleksiy Vyalov
[Lldb-commits] [lldb] r241438 - Revert the patch to Test Commit Access
Abhishek Aggarwal
[Lldb-commits] [lldb] r241437 - Test Commit Access: Please Ignore
Abhishek Aggarwal
[Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Nitesh Jain
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Ed Maste
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Greg Clayton
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Greg Clayton
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Pavel Labath
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Greg Clayton
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Nitesh Jain
Re: [Lldb-commits] [PATCH] D10954: [LLDB][MIPS] Added test case support for MIPS
Greg Clayton
[Lldb-commits] [lldb] r241436 - Make TestStopHook* remote platform compatible
Tamas Berghammer
[Lldb-commits] [lldb] r241435 - Fix final wait in ExprSyscallTestCase for aarch64
Tamas Berghammer
[Lldb-commits] [lldb] r241390 - Use string::find(char) for single character strings.
Bruce Mitchener
[Lldb-commits] [PATCH] D10943: Use string::find(char) for single character strings.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10943: Use string::find(char) for single character strings.
Ilia K
Re: [Lldb-commits] [PATCH] D10943: Use string::find(char) for single character strings.
Bruce Mitchener
[Lldb-commits] [lldb] r241361 - Remove DOS line endings from LLDBStandalone.cmake
Ed Maste
[Lldb-commits] [lldb] r241360 - [lldb-mi] Use size_t where appropriate.
Bruce Mitchener
[Lldb-commits] [PATCH] D10932: Improve UnwindLLDB with better detection for unwinding failures
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10932: Improve UnwindLLDB with better detection for unwinding failures
Jason Molenda
Re: [Lldb-commits] [PATCH] D10932: Improve UnwindLLDB with better detection for unwinding failures
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10932: Improve UnwindLLDB with better detection for unwinding failures
Tamas Berghammer
[Lldb-commits] [lldb] r241357 - [lldb-mi] Remove unnecessary members from MICmdArgContext.
Bruce Mitchener
[Lldb-commits] [lldb] r241359 - [lldb-mi] Remove unnecessary const_cast.
Bruce Mitchener
[Lldb-commits] [lldb] r241358 - [lldb-mi] GetVarFormatForChar needn't pass a char by const ref.
Bruce Mitchener
[Lldb-commits] [PATCH] D10931: [lldb-mi] Use size_t where appropriate.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10931: [lldb-mi] Use size_t where appropriate.
Bruce Mitchener
[Lldb-commits] [lldb] r241351 - [lldb-mi] Typo fixes
Bruce Mitchener
[Lldb-commits] [PATCH] D10928: Remove unnecessary const_cast.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10928: Remove unnecessary const_cast.
Bruce Mitchener
[Lldb-commits] [PATCH] D10927: GetVarFormatForChar needn't pass a char by const ref.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10927: GetVarFormatForChar needn't pass a char by const ref.
Bruce Mitchener
[Lldb-commits] [PATCH] D10926: Remove unnecessary members from MICmdArgContext.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10926: Remove unnecessary members from MICmdArgContext.
Bruce Mitchener
[Lldb-commits] [PATCH] D10925: Typo fixes
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10925: Typo fixes
Hafiz Abid Qadeer
Re: [Lldb-commits] [PATCH] D10925: Typo fixes
Bruce Mitchener
[Lldb-commits] [lldb] r241349 - Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10698: Remove POSIX thread/process abstraction
Justin Hibbits
[Lldb-commits] [PATCH] D10917: Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10917: Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10917: Remove typedefs for MIchar, MIschar, MIuchar.
Hafiz Abid Qadeer
Re: [Lldb-commits] [PATCH] D10917: Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10843: Fix handling of DW_CFA_restore_state
Tamas Berghammer
[Lldb-commits] [lldb] r241331 - Fix handling of DW_CFA_restore_state
Tamas Berghammer
[Lldb-commits] [lldb] r241334 - Enable usage of eh_frame based unwind plan as a fallback
Tamas Berghammer
[Lldb-commits] [Phabricator] Username Changed
reviews
[Lldb-commits] [lldb] r241322 - Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.
Bruce Mitchener
[Lldb-commits] [lldb] r241317 - Typo fixes.
Bruce Mitchener
[Lldb-commits] [PATCH] D10912: Typo fixes.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10912: Typo fixes.
Ilia K
Re: [Lldb-commits] [PATCH] D10912: Typo fixes.
Bruce Mitchener
[Lldb-commits] [lldb] r241307 - Improve the packet dumper to be able to read the target.xml so it can dump register values when disassembling the packet log.
Greg Clayton
[Lldb-commits] [PATCH] D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &".
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &".
Ilia K
Re: [Lldb-commits] [PATCH] D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &".
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &".
Ilia K
Re: [Lldb-commits] [PATCH] D10906: Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.This should take a "const char*" not a "char &".
Bruce Mitchener
[Lldb-commits] [lldb] r241289 - Fix typos
Bruce Mitchener
[Lldb-commits] [lldb] r241287 - Move PlatformFreeBSD to its own namespace
Ed Maste
Re: [Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Ewan Crawford
Re: [Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Ewan Crawford
Re: [Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Jim Ingham
Re: [Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Jim Ingham
Re: [Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Ewan Crawford
[Lldb-commits] [lldb] r241282 - Make sure we can lookup re-exported symbols after recent changes to lldb_private::Symbol.
Greg Clayton
[Lldb-commits] [PATCH] D10902: Enable usage of eh_frame based unwind plan as a fallback
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10902: Enable usage of eh_frame based unwind plan as a fallback
Jason Molenda
Re: [Lldb-commits] [PATCH] D10902: Enable usage of eh_frame based unwind plan as a fallback
Tamas Berghammer
[Lldb-commits] [lldb] r241278 - Fix linking issue after r241271 (dbghelp.lib was removed from default dependencies on Windows)
Leny Kholodov
[Lldb-commits] [PATCH] D10899: Fix qMemoryRegionInfo packet to return current value for address after the last memory region
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10899: Fix qMemoryRegionInfo packet to return current value for address after the last memory region
Pavel Labath
Re: [Lldb-commits] [PATCH] D10899: Fix qMemoryRegionInfo packet to return current value for address after the last memory region
Tamas Berghammer
[Lldb-commits] [PATCH] D10898: Fix typos
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10898: Fix typos
Ed Maste
Re: [Lldb-commits] [PATCH] D10898: Fix typos
Bruce Mitchener
Re: [Lldb-commits] [PATCH] D10898: Fix typos
Greg Clayton
Re: [Lldb-commits] [PATCH] D10898: Fix typos
Bruce Mitchener
[Lldb-commits] [lldb] r241276 - Remove outdated comment.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Pavel Labath
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] D10887: Use accept instead of accept4 for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] D10850: Fix TestCreateAfterAttach on Windows
Pavel Labath
[Lldb-commits] [PATCH] D10895: Fix dosep.py on windows after r240946
Pavel Labath
Re: [Lldb-commits] [PATCH] Use accept instead of accept4 for Android.
Pavel Labath
Re: [Lldb-commits] [PATCH] Use accept instead of accept4 for Android.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Vince Harron
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Bruce Mitchener
Re: [Lldb-commits] [PATCH] Change executable name to a.out.
Chaoren Lin
[Lldb-commits] [lldb] r241216 - Another slightly less goofy example of scripted steps.
Jim Ingham
[Lldb-commits] [lldb] r241210 - Check to make sure we have a valid N_GSYM symbol name before we use it for anything.
Greg Clayton
[Lldb-commits] [lldb] r241209 - Fix indentation.
Greg Clayton
[Lldb-commits] [lldb] r241208 - [Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
[Lldb-commits] [lldb] r241202 - Run teardown and setup before retry for expectedFlakey tests
Ying Chen
[Lldb-commits] [PATCH] Move WindowsDYLD to the Plugins/DynamicLoader directory.
Stephane Sezer
Re: [Lldb-commits] [PATCH] D10882: Move WindowsDYLD to the Plugins/DynamicLoader directory.
Stephane Sezer
Re: [Lldb-commits] [PATCH] D10882: Move WindowsDYLD to the Plugins/DynamicLoader directory.
Stephane Sezer
[Lldb-commits] [lldb] r241184 - When I introduced hard-coded formatters, I made them non-cacheable
Enrico Granata
[Lldb-commits] [lldb] r241181 - Add a missing space.
Jim Ingham
Re: [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Dawn Perchik
[Lldb-commits] [lldb] r241173 - Fix typo in comment.
Dawn Perchik
Re: [Lldb-commits] [PATCH] Default to linking lldb-server statically for Android.
Chaoren Lin
Re: [Lldb-commits] [PATCH] Default to linking lldb-server statically for Android.
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Default to linking lldb-server statically for Android.
Vince Harron
[Lldb-commits] [PATCH] Add new bugreport command to lldb
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Pavel Labath
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Jim Ingham
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Greg Clayton
Re: [Lldb-commits] [PATCH] Add new bugreport command to lldb
Tamas Berghammer
[Lldb-commits] [PATCH] Improve DWARF CFI CIE parsing and remove duplicated code
Tamas Berghammer
Re: [Lldb-commits] [PATCH] D10866: Improve DWARF CFI CIE parsing and remove duplicated code
Jason Molenda
[Lldb-commits] [lldb] r241132 - Rename ClangUserExpression members to avoid confusion with language.
Dawn Perchik
Re: [Lldb-commits] [PATCH] Fix TestCreateAfterAttach on Windows
Adrian McCarthy
Re: [Lldb-commits] [PATCH] Fix TestCreateAfterAttach on Windows
Chaoren Lin
Re: [Lldb-commits] [PATCH] Fix TestCreateAfterAttach on Windows
Adrian McCarthy
Re: [Lldb-commits] [PATCH] Fix TestCreateAfterAttach on Windows
Adrian McCarthy
Earlier messages
Later messages