Messages by Date
-
2015/06/05
Re: [Lldb-commits] [lldb] r239130 - Fix error handling in AdbClient - PushFile and PullFile.
Vince Harron
-
2015/06/05
[Lldb-commits] [lldb] r239148 - Improve OSType initialization in elf object file's arch_spec
Ed Maste
-
2015/06/04
[Lldb-commits] [lldb] r239135 - Check before using platform specific attributes.
Chaoren Lin
-
2015/06/04
[Lldb-commits] [lldb] r239132 - [lldb-server][MIPS] Read/Write FP registers in FR0 mode
Sagar Thakur
-
2015/06/04
[Lldb-commits] [lldb] r239055 - Fix doxygen warnings.
Bruce Mitchener
-
2015/06/03
[Lldb-commits] [lldb] r239013 - Make the function that parses the json packets in debugserver
Jason Molenda
-
2015/06/03
[Lldb-commits] [lldb] r239007 - [lldb] Enable building with Cmake/BUILD_SHARED_LIBS
Andrew Wilkins
-
2015/06/03
[Lldb-commits] [lldb] r238984 - I make no claims that Mach ports work, but at least we should check the right thing
Enrico Granata
-
2015/06/03
[Lldb-commits] [lldb] r238976 - XFAIL TestPlatformCommand test failing on the FreeBSD buildbot
Ed Maste
-
2015/06/03
[Lldb-commits] [lldb] r238977 - Skip test failing on FreeBSD buildbot due to pexepect issues
Ed Maste
-
2015/06/03
[Lldb-commits] [lldb] r238961 - Fix a bug where trying to Dump() a ValueObject would use the static/non-synthetic version of the value even if the ValueObject one actually called Dump() on turned out to be dynamic and/or synthetic
Enrico Granata
-
2015/06/03
[Lldb-commits] [lldb] r238914 - [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64
Sagar Thakur
-
2015/06/02
[Lldb-commits] [lldb] r238896 - Fixed "format-string" based settings so they can have quotes on them without leaving the quotes in the format string:
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238893 - Fixed a deadlock that was slowing down processes when they shut down. A 3 second delay could occur sometimes when a process exits, now that delay is gone.
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238886 - Fix LLDB so that it can correctly track down dependent shared libraries that use @rpath.
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238871 - Fixed the logic to determine the TRIPLE_VERSION correctly when it isn't specified.
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238869 - Added the ability for the "make" command to take a triple:
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238862 - Fix up some comments to be more explicit. Remove some long-commented out code.
Jim Ingham
-
2015/06/02
Re: [Lldb-commits] [PATCH] [LLDB][MIPS] Getting correct signals for MIPS Host
Greg Clayton
-
2015/06/02
[Lldb-commits] [lldb] r238856 - TestGlobalVariables no longer fails on FreeBSD
Ed Maste
-
2015/06/02
[Lldb-commits] [lldb] r238852 - Use new get_signal_number utility function for tests.
Chaoren Lin
-
2015/06/02
[Lldb-commits] [lldb] r238849 - Fix OBJCOPY and AR for Android.
Chaoren Lin
-
2015/06/02
[Lldb-commits] [lldb] r238836 - Mark TestHelloWorld as XTIMEOUT for Linux
Tamas Berghammer
-
2015/06/02
[Lldb-commits] [lldb] r238833 - Skip TestChangeProcessGroup on FreeBSD for now
Ed Maste
-
2015/06/02
[Lldb-commits] [lldb] r238820 - [LLDB][MIPS] MIPS64 Branch instruction emulation for SW single stepping
Mohit K. Bhakkad
-
2015/06/02
[Lldb-commits] [lldb] r238819 - Change use of keyword 'or' to '||' as keyword not supported by visual studio 2013.
Aidan Dodds
-
2015/06/01
Re: [Lldb-commits] [PATCH] Add Read Thread to GDBRemoteCommunication.
Vince Harron
-
2015/06/01
Re: [Lldb-commits] [PATCH] Added utility function to get correct signal number from remote platform.
Chaoren Lin
-
2015/06/01
[Lldb-commits] [lldb] r238794 - Fix a race condition where 2 threads might try to call Process::SetExitStatus() at the same time.
Greg Clayton
-
2015/06/01
[Lldb-commits] [lldb] r238771 - Dump error if dotest itself fails and no tests were run.
Chaoren Lin
-
2015/06/01
[Lldb-commits] [lldb] r238768 - Additional RenderScript debug features.
Colin Riley
-
2015/06/01
[Lldb-commits] [lldb] r238765 - Updated dosep.py to output progress and dump std{out, err} on test failure.
Chaoren Lin
-
2015/06/01
[Lldb-commits] [lldb] r238764 - Fix types.py to actually be able to run check_padding_command() without erroring out.
Greg Clayton
-
2015/06/01
[Lldb-commits] [lldb] r238761 - Initialize 3 variables which were being used un-initialized.
Hafiz Abid Qadeer
-
2015/06/01
Re: [Lldb-commits] [PATCH] Updated dosep.py to output progress and dump std{out, err} on test failure.
Zachary Turner
-
2015/06/01
Re: [Lldb-commits] [lldb] r238752 - Refactor many file functions to use FileSpec over strings.
Ed Maste
-
2015/06/01
[Lldb-commits] [lldb] r238752 - Refactor many file functions to use FileSpec over strings.
Ed Maste
-
2015/05/29
[Lldb-commits] [lldb] r238623 - Leave OS type and vendor as unspecified unknowns.
Oleksiy Vyalov
-
2015/05/29
[Lldb-commits] [lldb] r238616 - XFAIL additional signal vs exception tests failing on FreeBSD
Ed Maste
-
2015/05/29
[Lldb-commits] [lldb] r238615 - XFAIL TestHandleSegv on FreeBSD
Ed Maste
-
2015/05/29
[Lldb-commits] [lldb] r238605 - Working directory FileSpec should use remote path syntax to display correctly.
Chaoren Lin
-
2015/05/29
[Lldb-commits] [lldb] r238603 - Improve test for g++ 4.6
Ed Maste
-
2015/05/29
[Lldb-commits] [lldb] r238600 - TestHandleSegv: also assert that we have a thread
Ed Maste
-
2015/05/29
[Lldb-commits] [lldb] r238599 - Implement snprintf for MSVC with correct return value.
Chaoren Lin
-
2015/05/29
[Lldb-commits] [lldb] r238594 - Fix hanging test suite when dosep.py is invoked directly.
Chaoren Lin
-
2015/05/29
[Lldb-commits] [lldb] r238595 - Add '+' sign at the end of echo message for debugserver
Ying Chen
-
2015/05/29
[Lldb-commits] [lldb] r238590 - Unbreak mac build.
Greg Clayton
-
2015/05/29
[Lldb-commits] [lldb] r238587 - Re-add #include "lldb-python.h" back in two places.
Zachary Turner
-
2015/05/29
Re: [Lldb-commits] [PATCH] Improve test for g++ 4.6
Vince Harron
-
2015/05/29
[Lldb-commits] [lldb] r238572 - Improve handling of print value argument in -stack-list-* commands.
Hafiz Abid Qadeer
-
2015/05/29
Re: [Lldb-commits] [PATCH] Add type result to lldb-mi variables lists when simple-values is specified.
Paul Maybee
-
2015/05/29
Re: [Lldb-commits] [PATCH] Add type result to lldb-mi variables lists when simple-values is specified.
Paul Maybee
-
2015/05/29
[Lldb-commits] [lldb] r238549 - Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
-
2015/05/28
[Lldb-commits] [lldb] r238541 - Change ProcessEventData over to use a std::weak_ptr to a process intead of a std::shared_ptr. Anyone consuming events for a process should have the process around long enough to grab the event and anyone that holds onto an event for too long won't keep the process around.
Greg Clayton
-
2015/05/28
[Lldb-commits] [lldb] r238533 - Add support for the qEcho command to lldb-server in the common packets.
Greg Clayton
-
2015/05/28
[Lldb-commits] [lldb] r238530 - Add a new "qEcho" packet with the following format:
Greg Clayton
-
2015/05/28
[Lldb-commits] [lldb] r238527 - Add "Failing Tests .." line to dosep logs
Ying Chen
-
2015/05/28
[Lldb-commits] [lldb] r238522 - Remove warning when testing for timeout command.
Chaoren Lin
-
2015/05/28
[Lldb-commits] [lldb] r238512 - Added a test that makes sure that structs returned
Sean Callanan
-
2015/05/28
[Lldb-commits] [lldb] r238510 - Simplify regex in TestDataFormatterUnordered.py for better readability.
Chaoren Lin
-
2015/05/28
[Lldb-commits] [lldb] r238495 - Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on Darwin
Ying Chen
-
2015/05/28
[Lldb-commits] [lldb] r238493 - Fix the Xcode build after the recent new demangling files were added.
Greg Clayton
-
2015/05/28
[Lldb-commits] [lldb] r238476 - If we see an external function in the symbols, make
Sean Callanan
-
2015/05/28
[Lldb-commits] [lldb] r238475 - Don't crash if we don't have a process and need
Sean Callanan
-
2015/05/28
[Lldb-commits] [lldb] r238469 - Including <thread> with MSVC is buggy, use a workaround here.
Zachary Turner
-
2015/05/28
[Lldb-commits] [lldb] r238460 - Allow both MSVC and Itanium mangling schemes.
Chaoren Lin
-
2015/05/28
[Lldb-commits] [lldb] r238454 - XTIMEOUT new TestChangeProcessGroup.py on FreeBSD
Ed Maste
-
2015/05/28
[Lldb-commits] [lldb] r238442 - Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
-
2015/05/28
[Lldb-commits] [lldb] r238441 - Add explicit dependency on headers to swig wrapper (cmake build)
Ed Maste
-
2015/05/28
Re: [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
-
2015/05/28
Re: [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
-
2015/05/28
[Lldb-commits] [lldb] r238437 - Revert r238425, it undoes the purpose of the test
Ed Maste
-
2015/05/28
[Lldb-commits] [lldb] r238438 - Add a comment explaining the eCommandRequiresTarget test
Ed Maste
-
2015/05/28
[Lldb-commits] [lldb] r238433 - Fix THUMB function detection when function name is not prefixed.
Aidan Dodds
-
2015/05/28
Re: [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Enrico Granata
-
2015/05/28
[Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
-
2015/05/28
[Lldb-commits] [lldb] r238420 - Add thumb breakpoint for FreeBSD (currently disabled)
Ed Maste
-
2015/05/28
Re: [Lldb-commits] [PATCH] Add support for FreeBSD arm live debugging
trix
-
2015/05/28
[Lldb-commits] [lldb] r238411 - Fix breakpoint setting in gdb remote test cases on arm
Tamas Berghammer
-
2015/05/28
[Lldb-commits] [lldb] r238405 - [NativeProcessLinux] Support inferiors which change their process group
Pavel Labath
-
2015/05/27
[Lldb-commits] [lldb] r238395 - Add quick bit of doc about SBFrame::GetCFA().
Jason Molenda
-
2015/05/27
[Lldb-commits] [lldb] r238393 - Added a new API to SBFrame:
Greg Clayton
-
2015/05/27
[Lldb-commits] [lldb] r238392 - I finally found the strong reference that was keeping all lldb_private::Process instances from ever destroying themselves: ProcessModID.m_mod_id was holding onto the last stop event with ProcessModID::SetStopEventForLastNaturalStopID(EventSP). This is a bad idea because ProcessEventData contains a strong refereence to the process. This is now fixed by calling ProcessModID::SetStopEventForLastNaturalStopID(EventSP()) to clear this event in Process::SetExitStatus() and in Process::Finalize().
Greg Clayton
-
2015/05/27
Re: [Lldb-commits] [PATCH] [TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elements
Chaoren Lin
-
2015/05/27
Re: [Lldb-commits] [PATCH] Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Chaoren Lin
-
2015/05/27
[Lldb-commits] [lldb] r238365 - Allow expresions to have unique expression prefixes:
Greg Clayton
-
2015/05/27
[Lldb-commits] [lldb] r238348 - XTIMEOUT another test timing out on the FreeBSD buildbot
Ed Maste
-
2015/05/27
[Lldb-commits] [lldb] r238334 - Make sure we print timestamps correctly to 9 places since we are printing nanoseconds.
Greg Clayton
-
2015/05/27
[Lldb-commits] [lldb] r238323 - Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
-
2015/05/27
Re: [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Ed Maste
-
2015/05/27
Re: [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Vince Harron
-
2015/05/27
[Lldb-commits] [lldb] r238316 - Add real time signals support to FreeBSDSignals
Ed Maste
-
2015/05/27
[Lldb-commits] [lldb] r238314 - Add a language log category.
Colin Riley
-
2015/05/27
[Lldb-commits] [lldb] r238312 - Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
-
2015/05/27
[Lldb-commits] [lldb] r238307 - Parse function name from DWARF DW_AT_abstract_origin
Tamas Berghammer
-
2015/05/26
[Lldb-commits] [lldb] r238286 - Add support for custom commands to set flags on themselves
Enrico Granata
-
2015/05/26
[Lldb-commits] [lldb] r238284 - www - updated build server URLs
Vince Harron
-
2015/05/26
[Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Vince Harron
-
2015/05/26
[Lldb-commits] [lldb] r238282 - test Makefile.rules - pick a more sensible default CC on Linux
Vince Harron
-
2015/05/26
[Lldb-commits] [lldb] r238281 - dosep - force timeout processes to dump core when they timeout
Vince Harron
-
2015/05/26
[Lldb-commits] [lldb] r238280 - Allow clients to get parsing errors and also fix the ApplePropertyList so it parses the structured data correctly.
Greg Clayton
-
2015/05/26
[Lldb-commits] [lldb] r238279 - Make StructureData objects dump themselves with correct indentation.
Greg Clayton
-
2015/05/26
[Lldb-commits] [lldb] r238278 - Add StructuredData.h to the Xcode project.
Greg Clayton
-
2015/05/26
[Lldb-commits] [lldb] r238274 - Implement and use adb push for PlatformAndroid::PutFile
Robert Flack
-
2015/05/26
[Lldb-commits] [lldb] r238260 - Modify the ApplePropertyList to be able to create StructuredData objects from the plist XML.
Greg Clayton
-
2015/05/26
[Lldb-commits] [lldb] r238249 - Have lldb-mi tests import pexpect at a narrower scope.
Zachary Turner
-
2015/05/26
[Lldb-commits] [lldb] r238246 - Sync PlatformFreeBSD::GetSupportedArchitectureAtIndex with PlatformLinux
Ed Maste
-
2015/05/26
[Lldb-commits] [lldb] r238239 - On Windows, delete existing log file before renaming temp file.
Zachary Turner
-
2015/05/26
Re: [Lldb-commits] [lldb] r238039 - [TestRaise] Skip the SIGRTMIN test on Android.
Ed Maste
-
2015/05/26
Re: [Lldb-commits] [lldb] r238039 - [TestRaise] Skip the SIGRTMIN test on Android.
Ed Maste
-
2015/05/26
[Lldb-commits] [lldb] r238231 - Fix some logic where we used to have char arrays, but we now use std::string. Use the correctly API to detect if they are not empty.
Greg Clayton
-
2015/05/26
[Lldb-commits] [lldb] r238224 - Added XML to the host layer.
Greg Clayton
-
2015/05/25
[Lldb-commits] [lldb] r238174 - revert files unintentionally checked in
Vince Harron
-
2015/05/25
[Lldb-commits] [lldb] r238173 - Print port number that lldb-server binds to in platform mode
Vince Harron
-
2015/05/24
[Lldb-commits] [lldb] r238128 - Quiet compiler warnings about virtual and override not being consistent.
Greg Clayton
-
2015/05/24
[Lldb-commits] [lldb] r238127 - Fix compiler warnings regarding size_t not always being 64 bit in the printf.
Greg Clayton
-
2015/05/23
Re: [Lldb-commits] [lldb] r238089 - Did some cleanup to stop us from leaking Pipe file descriptors.
Vince Harron
-
2015/05/22
[Lldb-commits] [lldb] r238089 - Did some cleanup to stop us from leaking Pipe file descriptors.
Greg Clayton
-
2015/05/22
[Lldb-commits] [lldb] r238068 - Use target's SIGSTOP and SIGINT when making decision about continue after async packet.
Oleksiy Vyalov
-
2015/05/22
[Lldb-commits] [lldb] r238065 - Fix this module to work with current packects and also to be able to figure out average packets speed and standard deviation.
Greg Clayton
-
2015/05/22
[Lldb-commits] [lldb] r238043 - dotest.py - fixed a bug displaying usage
Vince Harron
-
2015/05/22
[Lldb-commits] [lldb] r238040 - Disable TestConcurrentEvents.py on Windows.
Zachary Turner
-
2015/05/22
[Lldb-commits] [lldb] r238039 - [TestRaise] Skip the SIGRTMIN test on Android.
Siva Chandra
-
2015/05/22
Re: [Lldb-commits] [lldb] r237602 - Refactored dotest arg parser so that it's accessible from dosep
Vince Harron
-
2015/05/21
Re: [Lldb-commits] [lldb] r237602 - Refactored dotest arg parser so that it's accessible from dosep
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237966 - Fix lldb-platform usage string.
Chaoren Lin
-
2015/05/21
[Lldb-commits] [lldb] r237953 - Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server.
Greg Clayton
-
2015/05/21
Re: [Lldb-commits] [lldb] r237946 - Don't import module `lock` at global scope.
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237946 - Don't import module `lock` at global scope.
Zachary Turner
-
2015/05/21
Re: [Lldb-commits] Relanding - Enable multithreaded debugging on Windows.
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237935 - dotest.py - debug feature that helps find dosep races
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237933 - XPASS a bunch of GdbRemote/LldbGdbServer tests
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237932 - Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237931 - Re-enable packet logging for GdbRemote/LldbServer tests
Vince Harron
-
2015/05/21
Re: [Lldb-commits] [PATCH] [TestChangeValueAPI] Remove expectedFailureLinux decorator.
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237925 - Add logging for XTIMEOUT/UnexpectedSuccess
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237928 - Fix lldb executable discovery on OS X
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237923 - Modify dosep.py to add default session dir parameter
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237926 - dotest.py - log session to a file instead of a StringIO class
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237921 - TestInlineStepping - made XFAIL more specific
Vince Harron
-
2015/05/21
[Lldb-commits] [lldb] r237919 - Update Makefile to reflect that TestNumThreads now uses std::thread instead of pthreads.
Adrian McCarthy
-
2015/05/21
[Lldb-commits] [lldb] r237907 - Only check for matching arch and UUID when looking for dsym in vincinity of executable.
Robert Flack
-
2015/05/21
[Lldb-commits] [lldb] r237901 - Handle aggregate return types in SysV-arm ABI
Tamas Berghammer
-
2015/05/21
Re: [Lldb-commits] [lldb] r237888 - XFAIL TestEvents on Linux bacuse it is flaky
Vince Harron
-
2015/05/20
[Lldb-commits] [lldb] r237878 - trivial log print fix
Vince Harron
-
2015/05/20
[Lldb-commits] [lldb] r237866 - Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification
Jim Ingham
-
2015/05/20
[Lldb-commits] [lldb] r237865 - Fixed an issue with expressions that define types in the expression. We must currently touch the members of the struct in the right order or our ClangASTImporter::DeportType() will copy the resulting type into the target AST incorrectly. This is a work around for <rdar://problem/21049838> which the copy type issue so that it doesn't happen.
Greg Clayton
-
2015/05/20
Re: [Lldb-commits] [lldb] r235737 - Look for both .debug and dsym debugging symbol information for stripped executable.
Robert Flack
-
2015/05/20
[Lldb-commits] [lldb] r237824 - Since the asan report function doesn't gather bp or sp,
Jim Ingham
-
2015/05/20
[Lldb-commits] [lldb] r237781 - Fix handling of hijacked events in synchronous mode
Ilia K
-
2015/05/19
Re: [Lldb-commits] [lldb] r235737 - Look for both .debug and dsym debugging symbol information for stripped executable.
Jason Molenda
-
2015/05/19
[Lldb-commits] [lldb] r237714 - A previous patch made it so that ValueObjects could update themselves even in the face of an invalid execution context (which was required for the dynamic and synthetic values of const objects)
Enrico Granata
-
2015/05/19
Re: [Lldb-commits] [lldb] r235280 - Fix LLDB ARM GCC4.7 broken build
Vince Harron
-
2015/05/19
Re: [Lldb-commits] r236925 and r232437
Colin Riley
-
2015/05/19
[Lldb-commits] [lldb] r237679 - Mark TestEvents as XTIMEOUT on Linux
Tamas Berghammer
-
2015/05/19
[Lldb-commits] [lldb] r237676 - Don't print =breakpoint-created if BP info was emitted in the result record (MI)
Ilia K
-
2015/05/18
[Lldb-commits] [lldb] r237665 - dotest - minor doc fix
Vince Harron
-
2015/05/18
Re: [Lldb-commits] [PATCH] Add --move-to-nearest-code / target.move-to-nearest-code options
jingham
-
2015/05/18
[Lldb-commits] [lldb] r237637 - Enable debugging of multithreaded programs on Windows.
Adrian McCarthy
-
2015/05/18
[Lldb-commits] [lldb] r237632 - Make it possible to run dotest on Linux without any parameters
Vince Harron
-
2015/05/18
Re: [Lldb-commits] [PATCH] Refactor many file functions to use FileSpec over strings.
Zachary Turner
-
2015/05/18
[Lldb-commits] [lldb] r237603 - Fixes errors in remote tests
Vince Harron
-
2015/05/18
[Lldb-commits] [lldb] r237602 - Refactored dotest arg parser so that it's accessible from dosep
Vince Harron
-
2015/05/18
[Lldb-commits] [lldb] r237600 - Refactored lldb executable name discovery
Vince Harron
-
2015/05/18
[Lldb-commits] [lldb] r237598 - Change lldb-mi deployment target to use Xcode project global setting
Vince Harron
-
2015/05/18
[Lldb-commits] [lldb] r237578 - Fix test expectation in TestThreadExit after r237566
Tamas Berghammer
-
2015/05/18
[Lldb-commits] [lldb] r237577 - Update the failure reason of TestConvenienceVariables and tighten the XFAIL
Pavel Labath
-
2015/05/18
Re: [Lldb-commits] [lldb] r237571 - Update TestMiVar with a bug id
Ilia K
-
2015/05/18
Re: [Lldb-commits] [lldb] r237454 - Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Ilia K
-
2015/05/18
[Lldb-commits] [lldb] r237570 - Fix encoding of BX instrucion in EmulateInstructionARM
Tamas Berghammer
-
2015/05/18
[Lldb-commits] [lldb] r237566 - Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
-
2015/05/18
Re: [Lldb-commits] [lldb] r237460 - Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
-
2015/05/17
[Lldb-commits] [lldb] r237543 - XFAIL'd some flakey tests on Darwin
Vince Harron
-
2015/05/16
[Lldb-commits] [lldb] r237515 - XFAIL'd some tests that fail very, very rarely
Vince Harron
-
2015/05/15
[Lldb-commits] [lldb] r237504 - Constant result ValueObjects are - well - constant
Enrico Granata
-
2015/05/15
Re: [Lldb-commits] [lldb] r237411 - The StopInfo base class has an m_description std::string.
Jason Molenda
-
2015/05/15
[Lldb-commits] [lldb] r237493 - Fixed arm64 build error
Vince Harron
-
2015/05/15
[Lldb-commits] [lldb] r237485 - Don't crash if we have bad debug info that has a DW_TAG_inheritance with a bad DW_AT_type reference. Emit an error with instructions to file a bug.
Greg Clayton
-
2015/05/15
[Lldb-commits] [lldb] r237484 - Don't crash if a function has no name by calling 'strcmp(name, "main")'.
Greg Clayton
-
2015/05/15
Re: [Lldb-commits] [lldb] r237454 - Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Vince Harron
-
2015/05/15
[Lldb-commits] [lldb] r237480 - XFAIL'd MiVarTestCase.test_lldbmi_eval on gcc-4.9/i386
Vince Harron
-
2015/05/15
[Lldb-commits] [lldb] r237479 - Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
-
2015/05/15
Re: [Lldb-commits] [lldb] r237460 - Add --move-to-nearest-code / target.move-to-nearest-code options
Vince Harron
-
2015/05/15
[Lldb-commits] [lldb] r237477 - Don't allow infininte recursion when trying to resolve re-exported symbols.
Greg Clayton
-
2015/05/15
Re: [Lldb-commits] [lldb] r237460 - Add --move-to-nearest-code / target.move-to-nearest-code options
Vince Harron
-
2015/05/15
Re: [Lldb-commits] [lldb] r237454 - Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Vince Harron
-
2015/05/15
Re: [Lldb-commits] [lldb] r237454 - Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Vince Harron
-
2015/05/15
Re: [Lldb-commits] [PATCH] Fix handling of hijacked events in synchronous mode
jingham
-
2015/05/15
[Lldb-commits] [lldb] r237467 - Only check _ZN function prefix in Linux and FreeBSD targets in SymbolFileDWARF
Robert Flack
-
2015/05/15
[Lldb-commits] [lldb] r237466 - Choose stdlib for test suite based on target platform.
Robert Flack
-
2015/05/15
[Lldb-commits] [lldb] r237464 - Fix the lldb-mi Xcode project build target to it compiles.
Greg Clayton
-
2015/05/15
[Lldb-commits] [lldb] r237465 - OperatingSystem plug-ins need to avoid running code when fetching thread lists. This patch helps with that by making all SBValue objects that are fetched not try to do dynamic type resolution. Objective C can end up running code to fetch a list of all ISA pointers so we can tell when something is dynamic and this running code could cause the OS plug-in to continue the target.
Greg Clayton
-
2015/05/15
[Lldb-commits] [lldb] r237460 - Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
-
2015/05/15
Re: [Lldb-commits] [PATCH] Add --move-to-nearest-code / target.move-to-nearest-code options
jingham
-
2015/05/15
Re: [Lldb-commits] [lldb] r237426 - Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
jingham
-
2015/05/15
[Lldb-commits] [lldb] r237454 - Improve the MiVarTestCase.test_lldbmi_var_list_children test (MI)
Ilia K
-
2015/05/15
[Lldb-commits] [lldb] r237446 - Add EmulateInstructionMIPS to the xcode project file to fix build after r237420.
Robert Flack
-
2015/05/15
[Lldb-commits] [lldb] r237444 - Skip TestPluginCommands.py if host lldb library is incompatible with remote.
Robert Flack
-
2015/05/15
[Lldb-commits] [lldb] r237443 - Fix CMICmdArgValPrintValues::Validate & enable 4 tests that were XFAIL'ed in r237437 (MI)
Ilia K
-
2015/05/15
Re: [Lldb-commits] [lldb] r237429 - Fix parsing of print-values arg (MI)
Ilia K