The Week Of Monday 25 May 2015 Archives by subject
Starting: Mon May 25 20:08:05 PDT 2015
Ending: Sun May 31 23:47:17 PDT 2015
Messages: 138
- [Lldb-commits] [lldb] r238039 - [TestRaise] Skip the SIGRTMIN test on Android.
Ed Maste
- [Lldb-commits] [lldb] r238039 - [TestRaise] Skip the SIGRTMIN test on Android.
Ed Maste
- [Lldb-commits] [lldb] r238173 - Print port number that lldb-server binds to in platform mode
Vince Harron
- [Lldb-commits] [lldb] r238174 - revert files unintentionally checked in
Vince Harron
- [Lldb-commits] [lldb] r238196 - Move register reading form NativeProcessLinux to NativeRegisterContextLinux*
Tamas Berghammer
- [Lldb-commits] [lldb] r238224 - Added XML to the host layer.
Greg Clayton
- [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
- [Lldb-commits] [lldb] r238239 - On Windows, delete existing log file before renaming temp file.
Zachary Turner
- [Lldb-commits] [lldb] r238246 - Sync PlatformFreeBSD::GetSupportedArchitectureAtIndex with PlatformLinux
Ed Maste
- [Lldb-commits] [lldb] r238248 - Also don't try to copy a logfile if it doesn't exist.
Zachary Turner
- [Lldb-commits] [lldb] r238249 - Have lldb-mi tests import pexpect at a narrower scope.
Zachary Turner
- [Lldb-commits] [lldb] r238260 - Modify the ApplePropertyList to be able to create StructuredData objects from the plist XML.
Greg Clayton
- [Lldb-commits] [lldb] r238262 - Add 'qXfer:features:read' to known stub list
Ying Chen
- [Lldb-commits] [lldb] r238274 - Implement and use adb push for PlatformAndroid::PutFile
Robert Flack
- [Lldb-commits] [lldb] r238278 - Add StructuredData.h to the Xcode project.
Greg Clayton
- [Lldb-commits] [lldb] r238279 - Make StructureData objects dump themselves with correct indentation.
Greg Clayton
- [Lldb-commits] [lldb] r238280 - Allow clients to get parsing errors and also fix the ApplePropertyList so it parses the structured data correctly.
Greg Clayton
- [Lldb-commits] [lldb] r238281 - dosep - force timeout processes to dump core when they timeout
Vince Harron
- [Lldb-commits] [lldb] r238282 - test Makefile.rules - pick a more sensible default CC on Linux
Vince Harron
- [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Vince Harron
- [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Pavel Labath
- [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Vince Harron
- [Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc
Ed Maste
- [Lldb-commits] [lldb] r238284 - www - updated build server URLs
Vince Harron
- [Lldb-commits] [lldb] r238286 - Add support for custom commands to set flags on themselves
Enrico Granata
- [Lldb-commits] [lldb] r238307 - Parse function name from DWARF DW_AT_abstract_origin
Tamas Berghammer
- [Lldb-commits] [lldb] r238308 - Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removal
Tamas Berghammer
- [Lldb-commits] [lldb] r238312 - Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
- [Lldb-commits] [lldb] r238313 - Improve LLDB prompt handling
Pavel Labath
- [Lldb-commits] [lldb] r238314 - Add a language log category.
Colin Riley
- [Lldb-commits] [lldb] r238316 - Add real time signals support to FreeBSDSignals
Ed Maste
- [Lldb-commits] [lldb] r238319 - Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
- [Lldb-commits] [lldb] r238321 - Fix xcode project after r238319
Tamas Berghammer
- [Lldb-commits] [lldb] r238323 - Change ProcessGDBRemote last stop packet to a container.
Ewan Crawford
- [Lldb-commits] [lldb] r238334 - Make sure we print timestamps correctly to 9 places since we are printing nanoseconds.
Greg Clayton
- [Lldb-commits] [lldb] r238348 - XTIMEOUT another test timing out on the FreeBSD buildbot
Ed Maste
- [Lldb-commits] [lldb] r238361 - [TestDataFormatterUnordered] Fix a few typos in the test.
Siva Chandra
- [Lldb-commits] [lldb] r238363 - [TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
- [Lldb-commits] [lldb] r238365 - Allow expresions to have unique expression prefixes:
Greg Clayton
- [Lldb-commits] [lldb] r238368 - [TestNamespace] Fix an accidentally committed local change.
Siva Chandra
- [Lldb-commits] [lldb] r238385 - [TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elements
Siva Chandra
- [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
- [Lldb-commits] [lldb] r238393 - Added a new API to SBFrame:
Greg Clayton
- [Lldb-commits] [lldb] r238395 - Add quick bit of doc about SBFrame::GetCFA().
Jason Molenda
- [Lldb-commits] [lldb] r238405 - [NativeProcessLinux] Support inferiors which change their process group
Pavel Labath
- [Lldb-commits] [lldb] r238408 - Move prctl call in TestChangeProcessGroup to the child
Pavel Labath
- [Lldb-commits] [lldb] r238410 - Fix write register context in EmulateInstructionARM::EmulateADDRdSPImm
Tamas Berghammer
- [Lldb-commits] [lldb] r238411 - Fix breakpoint setting in gdb remote test cases on arm
Tamas Berghammer
- [Lldb-commits] [lldb] r238417 - Don't check breakpoint location count in TestChangeProcessGroup
Pavel Labath
- [Lldb-commits] [lldb] r238420 - Add thumb breakpoint for FreeBSD (currently disabled)
Ed Maste
- [Lldb-commits] [lldb] r238421 - Cleanup the forked child in TestChangeProcessGroup
Pavel Labath
- [Lldb-commits] [lldb] r238423 - Fix race in IOHandlerProcessSTDIO
Pavel Labath
- [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
- [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Enrico Granata
- [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
- [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Ed Maste
- [Lldb-commits] [lldb] r238425 - Fix TestCommandScript: return an error if target executable is not set
Siva Chandra
- [Lldb-commits] [lldb] r238431 - Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
- [Lldb-commits] [lldb] r238433 - Fix THUMB function detection when function name is not prefixed.
Aidan Dodds
- [Lldb-commits] [lldb] r238437 - Revert r238425, it undoes the purpose of the test
Ed Maste
- [Lldb-commits] [lldb] r238438 - Add a comment explaining the eCommandRequiresTarget test
Ed Maste
- [Lldb-commits] [lldb] r238440 - Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Chaoren Lin
- [Lldb-commits] [lldb] r238441 - Add explicit dependency on headers to swig wrapper (cmake build)
Ed Maste
- [Lldb-commits] [lldb] r238442 - Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238442 - Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Tamas Berghammer
- [Lldb-commits] [lldb] r238442 - Refactor AdbClient and make PlatformAndroid::GetFile to use "adb pull".
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238454 - XTIMEOUT new TestChangeProcessGroup.py on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r238459 - Move inlined cxa_demangle.cpp to a separate file.
Chaoren Lin
- [Lldb-commits] [lldb] r238459 - Move inlined cxa_demangle.cpp to a separate file.
Zachary Turner
- [Lldb-commits] [lldb] r238459 - Move inlined cxa_demangle.cpp to a separate file.
Chaoren Lin
- [Lldb-commits] [lldb] r238459 - Move inlined cxa_demangle.cpp to a separate file.
Zachary Turner
- [Lldb-commits] [lldb] r238460 - Allow both MSVC and Itanium mangling schemes.
Chaoren Lin
- [Lldb-commits] [lldb] r238467 - Refactor test runner to print sub-test-case pass/fail rate.
Zachary Turner
- [Lldb-commits] [lldb] r238469 - Including <thread> with MSVC is buggy, use a workaround here.
Zachary Turner
- [Lldb-commits] [lldb] r238470 - Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
- [Lldb-commits] [lldb] r238475 - Don't crash if we don't have a process and need
Sean Callanan
- [Lldb-commits] [lldb] r238476 - If we see an external function in the symbols, make
Sean Callanan
- [Lldb-commits] [lldb] r238493 - Fix the Xcode build after the recent new demangling files were added.
Greg Clayton
- [Lldb-commits] [lldb] r238495 - Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on Darwin
Ying Chen
- [Lldb-commits] [lldb] r238496 - Revert "Allow both MSVC and Itanium mangling schemes."
Ying Chen
- [Lldb-commits] [lldb] r238497 - Revert "Move inlined cxa_demangle.cpp to a separate file."
Ying Chen
- [Lldb-commits] [lldb] r238499 - Resubmitting r238459 and r238460 with fix for Linux.
Chaoren Lin
- [Lldb-commits] [lldb] r238510 - Simplify regex in TestDataFormatterUnordered.py for better readability.
Chaoren Lin
- [Lldb-commits] [lldb] r238512 - Added a test that makes sure that structs returned
Sean Callanan
- [Lldb-commits] [lldb] r238522 - Remove warning when testing for timeout command.
Chaoren Lin
- [Lldb-commits] [lldb] r238527 - Add "Failing Tests .." line to dosep logs
Ying Chen
- [Lldb-commits] [lldb] r238529 - Fix TestMultithreaded.
Chaoren Lin
- [Lldb-commits] [lldb] r238530 - Add a new "qEcho" packet with the following format:
Greg Clayton
- [Lldb-commits] [lldb] r238532 - [TestLldbGdbServer and TestGdbRemoteXXX] Use "ls -l" instead of "readlink"
Siva Chandra
- [Lldb-commits] [lldb] r238533 - Add support for the qEcho command to lldb-server in the common packets.
Greg Clayton
- [Lldb-commits] [lldb] r238535 - Add '+' sign at the end of echo package
Ying Chen
- [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
- [Lldb-commits] [lldb] r238549 - Report inferior SIGSEGV as a signal instead of an exception on linux
Pavel Labath
- [Lldb-commits] [lldb] r238551 - [NativeProcessLinux] clean up #includes
Pavel Labath
- [Lldb-commits] [lldb] r238558 - XFAIL two tests for android
Pavel Labath
- [Lldb-commits] [lldb] r238572 - Improve handling of print value argument in -stack-list-* commands.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r238581 - Don't #include "lldb-python.h" from anywhere.
Zachary Turner
- [Lldb-commits] [lldb] r238587 - Re-add #include "lldb-python.h" back in two places.
Zachary Turner
- [Lldb-commits] [lldb] r238590 - Unbreak mac build.
Greg Clayton
- [Lldb-commits] [lldb] r238594 - Fix hanging test suite when dosep.py is invoked directly.
Chaoren Lin
- [Lldb-commits] [lldb] r238595 - Add '+' sign at the end of echo message for debugserver
Ying Chen
- [Lldb-commits] [lldb] r238599 - Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [lldb] r238600 - TestHandleSegv: also assert that we have a thread
Ed Maste
- [Lldb-commits] [lldb] r238603 - Improve test for g++ 4.6
Ed Maste
- [Lldb-commits] [lldb] r238604 - Refactor many file functions to use FileSpec over strings.
Chaoren Lin
- [Lldb-commits] [lldb] r238605 - Working directory FileSpec should use remote path syntax to display correctly.
Chaoren Lin
- [Lldb-commits] [lldb] r238606 - Fix PlatformAndroid::GetFile - check for relative source path and concatenate it with current working directory if needed.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238610 - Fix build - GetRemoteWorkingDirectory returns FileSpec instead of ConstString.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238615 - XFAIL TestHandleSegv on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r238616 - XFAIL additional signal vs exception tests failing on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r238623 - Leave OS type and vendor as unspecified unknowns.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238624 - Use FileSpec::IsRelativeToCurrentWorkingDirectory instead of llvm::sys::path::is_relative in PlatformAndroid::GetFile.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r238629 - Fix inferior's i/o connections to its console window on Windows 7.
Adrian McCarthy
- [Lldb-commits] [lldb] r238722 - Remove "%zu" format specifier for MSVC.
Chaoren Lin
- [Lldb-commits] [PATCH] [TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elements
Chaoren Lin
- [Lldb-commits] [PATCH] Add support for FreeBSD arm live debugging
trix
- [Lldb-commits] [PATCH] Add type result to lldb-mi variables lists when simple-values is specified.
Paul Maybee
- [Lldb-commits] [PATCH] Add type result to lldb-mi variables lists when simple-values is specified.
Paul Maybee
- [Lldb-commits] [PATCH] Allow both MSVC and Itanium mangling schemes.
Zachary Turner
- [Lldb-commits] [PATCH] Allow both MSVC and Itanium mangling schemes.
Chaoren Lin
- [Lldb-commits] [PATCH] Allow both MSVC and Itanium mangling schemes.
Zachary Turner
- [Lldb-commits] [PATCH] Change dosep to report pass/failure of individual test cases as well.
Zachary Turner
- [Lldb-commits] [PATCH] dotest.py - fixed a bug displaying usage
Zachary Turner
- [Lldb-commits] [PATCH] Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [PATCH] Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [PATCH] Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [PATCH] Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [PATCH] Implement snprintf for MSVC with correct return value.
Chaoren Lin
- [Lldb-commits] [PATCH] Improve test for g++ 4.6
Chaoren Lin
- [Lldb-commits] [PATCH] Improve test for g++ 4.6
Chaoren Lin
- [Lldb-commits] [PATCH] Improve test for g++ 4.6
Chaoren Lin
- [Lldb-commits] [PATCH] Improve test for g++ 4.6
Vince Harron
- [Lldb-commits] [PATCH] Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Zachary Turner
- [Lldb-commits] [PATCH] Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Chaoren Lin
- [Lldb-commits] [PATCH] Make FileSpec::Dump use FileSpec::GetPath(), not the other way around.
Zachary Turner
- [Lldb-commits] [PATCH] Remove "%zu" format specifier for MSVC.
Zachary Turner
- [Lldb-commits] [PATCH] Remove "%zu" format specifier for MSVC.
Chaoren Lin
- [Lldb-commits] [PATCH] Updated dosep.py to output progress and dump std{out, err} on test failure.
Zachary Turner
Last message date:
Sun May 31 23:47:17 PDT 2015
Archived on: Tue Aug 4 15:45:00 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).