The Week Of Monday 26 January 2015 Archives by author
Starting: Mon Jan 26 02:07:39 PST 2015
Ending: Sat Jan 31 22:38:38 PST 2015
Messages: 111
- [Lldb-commits] [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Abid, Hafiz
- [Lldb-commits] [PATCH] Use basename of main executable in POSIX-DYLD on Android.
Greg Clayton
- [Lldb-commits] [lldb] r227153 - Fix the test to disassemble as if at address zero, not at an invalid address. The default SBAddress constructor sets the offset to 0xffffffffffffffff and the section to NULL.
Greg Clayton
- [Lldb-commits] [lldb] r227163 - Allow python command interpreter commands to be interruptable via CTRL+C.
Greg Clayton
- [Lldb-commits] [lldb] r227271 - Added test case to make sure we don't regress on settings breakpoints by selector and with the various partially specified ObjC specified breakpoints.
Greg Clayton
- [Lldb-commits] [lldb] r227281 - If we say:
Greg Clayton
- [Lldb-commits] [lldb] r227288 - Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected.
Greg Clayton
- [Lldb-commits] [lldb] r227366 - Fixed compiler warnings for functions that weren't marked virtual and the functions didn't have "override" on them.
Greg Clayton
- [Lldb-commits] [lldb] r227380 - Fixed the failing test:
Greg Clayton
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Greg Clayton
- [Lldb-commits] [PATCH] fix TestTargetAPI.py remote targets
Greg Clayton
- [Lldb-commits] [PATCH] Add -exec-arguments command
Greg Clayton
- [Lldb-commits] [PATCH] Add -exec-arguments command
Greg Clayton
- [Lldb-commits] [PATCH] Add -exec-arguments command
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Greg Clayton
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Robert Flack
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Robert Flack
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Robert Flack
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Robert Flack
- [Lldb-commits] [lldb] r227120 - Add an overload of SetValueFromCString() to ValueObjectSynthetic that is just a passthrough to the parent object
Enrico Granata
- [Lldb-commits] [lldb] r227166 - Apply the transformation to the static type as well as the dynamic type. It doesn't make sense to carry along an untransformed static type
Enrico Granata
- [Lldb-commits] [lldb] r227268 - Fix a typo in code-signing.txt
Enrico Granata
- [Lldb-commits] [lldb] r227274 - Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime
Enrico Granata
- [Lldb-commits] [lldb] r227277 - More work for the dynamic type size feature
Enrico Granata
- [Lldb-commits] [lldb] r227282 - Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext*
Enrico Granata
- [Lldb-commits] [lldb] r227289 - Emit a warning the first time that one tries to resolve the size of a type passing a nullptr ExecutionContext - but only when it might actually make a difference
Enrico Granata
- [Lldb-commits] [lldb] r227289 - Emit a warning the first time that one tries to resolve the size of a type passing a nullptr ExecutionContext - but only when it might actually make a difference
Enrico Granata
- [Lldb-commits] [lldb] r227342 - As promised, make this more efficient by only doing all the busy work when necessary
Enrico Granata
- [Lldb-commits] [lldb] r227350 - Harden against the process pointer being null - this seems like it shouldn't happen, except it did - by a user stopping the debugger while the variables view was refreshing
Enrico Granata
- [Lldb-commits] [lldb] r227383 - Add logic to ClangASTType and SBType to discover information about vector types
Enrico Granata
- [Lldb-commits] [PATCH] support for 'process launch -i' on remote targets
Vince Harron
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Vince Harron
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Vince Harron
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Vince Harron
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Vince Harron
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Vince Harron
- [Lldb-commits] [PATCH] fix TestTargetAPI.py remote targets
Vince Harron
- [Lldb-commits] [PATCH] Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.
Vince Harron
- [Lldb-commits] [PATCH] Implement initial Altivec support
Justin Hibbits
- [Lldb-commits] [PATCH] Add PowerPC FPR access to the process monitor
Justin Hibbits
- [Lldb-commits] [PATCH] Implement initial Altivec support
Justin Hibbits
- [Lldb-commits] [lldb] r227217 - The MCJIT doesn't seem to call getPointerForNamedFunction from the MemoryManager anymore, switching to getSymbolAddress, which
Jim Ingham
- [Lldb-commits] [lldb] r227283 - Use LLDB_INVALID_FRAME_ID for invalid frame ID's.
Jim Ingham
- [Lldb-commits] [lldb] r227285 - SBThread::GetDescription should use the Thread format instead of making up
Jim Ingham
- [Lldb-commits] [PATCH] Fix darwin-debug build in cmake (OS X)
Ilia K
- [Lldb-commits] [PATCH] test: ignore IOError in Base.deletePexpectChild and clean TestMySyntax test
Ilia K
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Ilia K
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Ilia K
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Ilia K
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ilia K
- [Lldb-commits] [PATCH] Add -exec-arguments command
Ilia K
- [Lldb-commits] [PATCH] Make --thread option optional (MI)
Ilia K
- [Lldb-commits] [PATCH] Fix SBTarget::Launch's stop_at_entry which is ignored
Ilia K
- [Lldb-commits] [PATCH] Fix a missing "*stopped" notification in LLDB-MI after "process launch -s" in case of remote-ios
Ilia K
- [Lldb-commits] [PATCH] Fix SBTarget::Launch's stop_at_entry which is ignored
Ilia K
- [Lldb-commits] [PATCH] Fix a missing "*stopped" notification in LLDB-MI after "process launch -s" in case of remote-ios
Ilia K
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Ilia K
- [Lldb-commits] [PATCH] Add -exec-arguments command
Ilia K
- [Lldb-commits] [lldb] r227222 - Fix copy paste error in file header.
Chaoren Lin
- [Lldb-commits] [PATCH] Added remote-build.py and wired it into Xcode for Linux and MacOSX+Linux builds.
Chaoren Lin
- [Lldb-commits] [lldb] r227120 - Add an overload of SetValueFromCString() to ValueObjectSynthetic that is just a passthrough to the parent object
Ed Maste
- [Lldb-commits] [PATCH] Implement initial Altivec support
Ed Maste
- [Lldb-commits] [PATCH] Add PowerPC FPR access to the process monitor
Ed Maste
- [Lldb-commits] [PATCH] Compiler args patch resubmission
Ed Maste
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Ed Maste
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ed Maste
- [Lldb-commits] [lldb] r227578 - Skip Objective-C test on non-Darwin platforms
Ed Maste
- [Lldb-commits] [lldb] r227579 - Restrict SigtrampUnwind test to Darwin only
Ed Maste
- [Lldb-commits] [lldb] r227580 - Adapt test for tid format on non-Darwin platforms
Ed Maste
- [Lldb-commits] [lldb] r227083 - Add link to github x86-psABI repo where the ABI doc is being
Jason Molenda
- [Lldb-commits] [lldb] r227419 - When starting a kernel debug session (PlatformDarwinKernel), scan
Jason Molenda
- [Lldb-commits] [lldb] r227421 - If lldb is being built with ASAN instrumentation, have lldb
Jason Molenda
- [Lldb-commits] [lldb] r227552 - Small tweak to the name of kernel binaries that we look
Jason Molenda
- [Lldb-commits] [lldb] r227086 - Also except OSError when terminating a child.
Hafiz Abid Qadeer
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r227218 - Clean lldb-mi test cases.
Hafiz Abid Qadeer
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Hafiz Abid Qadeer
- [Lldb-commits] [PATCH] Use basename of main executable in POSIX-DYLD on Android.
Stephane Sezer
- [Lldb-commits] [lldb] r227096 - Fix darwin-debug build in cmake (OS X)
Zachary Turner
- [Lldb-commits] [PATCH] Fix darwin-debug build in cmake (OS X)
Zachary Turner
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Zachary Turner
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Zachary Turner
- [Lldb-commits] [PATCH] Clean lldb-mi tests using MiTestCaseBase class.
Zachary Turner
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Zachary Turner
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Zachary Turner
- [Lldb-commits] [PATCH] Fix SBTarget::Launch's stop_at_entry which is ignored
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Patch for LLDB demangler for demangling upon actual language
Zachary Turner
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r227329 - Launch lldb-gdbserver in same process group when launched remotely using lldb-platform - commit on behalf of flackr.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Launch lldb-gdbserver in same process group when launched remotely using lldb-platform.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Get test/types tests passing on remote targets
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.
Oleksiy Vyalov
Last message date:
Sat Jan 31 22:38:38 PST 2015
Archived on: Tue Aug 4 15:44:54 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).