lldb-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Lldb-commits] [PATCH] Fix resolution of certain recursive types.
Sean Callanan
Re: [Lldb-commits] [PATCH] Fix resolution of certain recursive types.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Fix resolution of certain recursive types.
Stephane Sezer
[Lldb-commits] [lldb] r232983 - Initialize ObjC runtime at the right location.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Move ADB communications to AdbClient class - to make it accessible by other components.
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] Move ADB communications to AdbClient class - to make it accessible by other components.
Oleksiy Vyalov
[Lldb-commits] [PATCH] Don't clobber CFLAGS_EXTRAS in tests.
Robert Flack
Re: [Lldb-commits] [PATCH] Don't clobber CFLAGS_EXTRAS in tests.
Greg Clayton
Re: [Lldb-commits] [PATCH] Don't clobber CFLAGS_EXTRAS in tests.
Robert Flack
[Lldb-commits] [lldb] r232979 - Add a missing null pointer check in CommandObjectThread.cpp.
Stephane Sezer
[Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
Greg Clayton
Re: [Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
Zachary Turner
Re: [Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
jingham
Re: [Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Initialize ObjC runtime at the right location.
Stephane Sezer
[Lldb-commits] [lldb] r232973 - Remove non-standard Environment header section
Ed Maste
Re: [Lldb-commits] [PATCH] Rely on Makefile.rules to clean up the lldb\test\driver\batch_mode directory.
Zachary Turner
[Lldb-commits] [lldb] r232974 - Rely on Makefile.rules in lldb/test/driver/batch_mode.
Zachary Turner
[Lldb-commits] [lldb] r232970 - Use .so library extension by default if platform is not Windows or Darwin
Ed Maste
[Lldb-commits] [lldb] r232969 - Fix whitespace in finishSwigWrapperClasses.py
Ed Maste
[Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Ed Maste
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
jingham
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Jim Ingham
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Ed Maste
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Jason Molenda
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
jingham
Re: [Lldb-commits] [PATCH] Add a missing null pointer check in CommandObjectThread.cpp.
Jim Ingham
[Lldb-commits] [lldb] r232966 - Do not assert on POSIXDYLD double-eAdd.
Stephane Sezer
[Lldb-commits] [lldb] r232952 - Remove virtual and add override to all virtual functions in Process/gdb-remote.
Tamas Berghammer
[Lldb-commits] [PATCH] Fetch module specification from remote process also
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Fetch module specification from remote process also
Greg Clayton
Re: [Lldb-commits] [PATCH] Fetch module specification from remote process also
Greg Clayton
[Lldb-commits] [lldb] r232951 - Fix ObjCDataFormatterTestCase.test_nsdate_* tests (ver. 2)
Ilia K
[Lldb-commits] [lldb] r232950 - Convert CRLF to LF in CODE_OWNERS.txt
Ilia K
Re: [Lldb-commits] [PATCH] Fix expression evaluation after clang r232793
Pavel Labath
Re: [Lldb-commits] [PATCH] Fix expression evaluation after clang r232793
Greg Clayton
[Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Ilia K
Re: [Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Pavel Labath
Re: [Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Ilia K
Re: [Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Pavel Labath
Re: [Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Ilia K
Re: [Lldb-commits] [PATCH] Fix Target::Launch in case of synchronous execution
Greg Clayton
[Lldb-commits] [lldb] r232946 - Fix ObjCDataFormatterTestCase.test_nsdate_* tests
Ilia K
[Lldb-commits] [PATCH] LLDB ARM: Add support for arm-linux-gnu abi
Muhammad Omair Javaid
Re: [Lldb-commits] [PATCH] LLDB ARM: Add support for arm-linux-gnu abi
Tamas Berghammer
Re: [Lldb-commits] [PATCH] LLDB ARM: Add support for arm-linux-gnu abi
Muhammad Omair Javaid
Re: [Lldb-commits] [PATCH] LLDB ARM: Add support for arm-linux-gnu abi
Ed Maste
[Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Muhammad Omair Javaid
Re: [Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Ed Maste
Re: [Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Tamas Berghammer
Re: [Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Ed Maste
Re: [Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Muhammad Omair Javaid
Re: [Lldb-commits] [PATCH] AArch64 LLDB Support for aarch64-linux-gnu abi support (SysV)
Ed Maste
[Lldb-commits] [lldb] r232926 - Use POSIX pid_t and not lldb::pid_t.
Davide Italiano
[Lldb-commits] [lldb] r232925 - Add missing #include to fix libc++ Linux build.
Richard Smith
[Lldb-commits] [lldb] r232904 - Reverted r232883 due to failing tests.
Vince Harron
Re: [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Chilledheart
[Lldb-commits] [lldb] r232892 - Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()
Ilia K
[Lldb-commits] [lldb] r232891 - Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
[Lldb-commits] [lldb] r232883 - Fix ComputeSupportExeDirectory for Linux (merge with Android).
Chaoren Lin
[Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Davide Italiano
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Davide Italiano
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Davide Italiano
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Ed Maste
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Zachary Turner
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Davide Italiano
Re: [Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD
Davide Italiano
[Lldb-commits] [PATCH] Do not assert on POSIXDYLD double-eAdd.
Stephane Sezer
Re: [Lldb-commits] [PATCH] Do not assert on POSIXDYLD double-eAdd.
Greg Clayton
Re: [Lldb-commits] [PATCH] Do not assert on POSIXDYLD double-eAdd.
Stephane Sezer
[Lldb-commits] [PATCH] Fix lld command on Windows for many tests
Adrian McCarthy
[Lldb-commits] [lldb] r232841 - Avoid output on successful execution of the SWIG scripts
Ed Maste
[Lldb-commits] [lldb] r232823 - Try to fix configure/make build.
Zachary Turner
[Lldb-commits] [PATCH] Add support for CLI commands in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Add support for CLI commands in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Add support for CLI commands in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Add support for CLI commands in lldb-mi
Hafiz Abid Qadeer
[Lldb-commits] [lldb] r232805 - Fix ninja check-lldb
Pavel Labath
Re: [Lldb-commits] [lldb] r232805 - Fix ninja check-lldb
Pavel Labath
Re: [Lldb-commits] [lldb] r232805 - Fix ninja check-lldb
Ying Chen
Re: [Lldb-commits] [PATCH] Support for truncate/append on log files
Pavel Labath
Re: [Lldb-commits] [PATCH] Report watchpoint hits during single stepping.
Chaoren Lin
[Lldb-commits] [lldb] r232784 - Report watchpoint hits during single stepping.
Chaoren Lin
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Greg Clayton
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Greg Clayton
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Vince Harron
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Vince Harron
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Vince Harron
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Zachary Turner
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Ed Maste
Re: [Lldb-commits] [PATCH] Move full initialization to lldb/API
Vince Harron
Re: [Lldb-commits] [PATCH] Fix SBFrame::FindValue for when only global variables exist.
Greg Clayton
Re: [Lldb-commits] [PATCH] Fix for aarch64 lldb-server native builds
Renato Golin
Re: [Lldb-commits] [PATCH] Fix for aarch64 lldb-server native builds
Muhammad Omair Javaid
Re: [Lldb-commits] [PATCH] Fix for aarch64 lldb-server native builds
Zachary Turner
[Lldb-commits] [lldb] r232738 - Remove IDE_MI_APP_EXIT_OK msg on exit (MI)
Ilia K
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Ilia K
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Ilia K
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Chuck Ries
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Ilia K
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Ilia K
Re: [Lldb-commits] [PATCH] implement gdb-set output-radix
Ilia K
[Lldb-commits] [lldb] r232734 - Fix -break-insert for system functions (MI)
Ilia K
Re: [Lldb-commits] [PATCH] Remove IDE_MI_APP_EXIT_OK msg on exit (MI)
Ilia K
Re: [Lldb-commits] [PATCH] Remove IDE_MI_APP_EXIT_OK msg on exit (MI)
Hafiz Abid Qadeer
[Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Hafiz Abid Qadeer
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Turn off 'quit' confirmation in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Don't close psedo terminal master file descriptor on EOF
Pavel Labath
[Lldb-commits] [lldb] r232715 - Fix double (gdb) prompt when command doesn't exist
Ilia K
[Lldb-commits] [lldb] r232713 - Fix error handling in CMIDriver::DoMainLoop after r215223 (MI)
Ilia K
[Lldb-commits] [lldb] r232702 - Add NameMatches.h header to fix FreeBSD build after r232673
Ed Maste
Re: [Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application
Greg Clayton
Re: [Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application
Zachary Turner
Re: [Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application
Greg Clayton
Re: [Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application
Robert Flack
Re: [Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application
Greg Clayton
[Lldb-commits] [lldb] r232689 - Comment discouraging writing command based test cases.
Jim Ingham
Re: [Lldb-commits] [PATCH] Enable TestCallStdStringFunction for GCC.
Siva Chandra
[Lldb-commits] [lldb] r232687 - Enable TestCallStdStringFunction for GCC.
Siva Chandra
[Lldb-commits] [lldb] r232673 - Move some functions from source/lldb.cpp to Utility.
Zachary Turner
[Lldb-commits] [PATCH] Cleanup to simplify the formatter for std::map of libstdc++.
Siva Chandra
Re: [Lldb-commits] [PATCH] Cleanup to simplify the formatter for std::map of libstdc++.
Enrico Granata
[Lldb-commits] [lldb] r232669 - Try to fix the Makefile build.
Zachary Turner
[Lldb-commits] [lldb] r232668 - Don't load register data from memory.
Greg Clayton
[Lldb-commits] [lldb] r232655 - Fix the Xcode build after the MIPS64 changes
Enrico Granata
[Lldb-commits] [lldb] r232653 - Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
Re: [Lldb-commits] [lldb] r232653 - Move lldb-log.cpp to core/Logging.cpp
Ed Maste
[Lldb-commits] [PATCH] Fix xcodeproj build after http://reviews.llvm.org/rL232619
Robert Flack
Re: [Lldb-commits] [PATCH] Fix xcodeproj build after http://reviews.llvm.org/rL232619
Greg Clayton
Re: [Lldb-commits] [PATCH] Fix xcodeproj build after http://reviews.llvm.org/rL232619
Enrico Granata
Re: [Lldb-commits] [PATCH] Fix xcodeproj build after http://reviews.llvm.org/rL232619
Robert Flack
Re: [Lldb-commits] [PATCH] Fix xcodeproj build after http://reviews.llvm.org/rL232619
Robert Flack
[Lldb-commits] [lldb] r232649 - Always add some fake threads with x86_64 registers no matter what the architecture since this is just for testing that we can add new threads with completely different registers contexts to a process.
Greg Clayton
Re: [Lldb-commits] [PATCH] Remove hack about the size of long doubles from DataExtractor
Greg Clayton
[Lldb-commits] [lldb] r232640 - Skip intermittently failing test on FreeBSD
Ed Maste
[Lldb-commits] [lldb] r232634 - Convert open options for POSIX open on target platform.
Robert Flack
[Lldb-commits] [lldb] r232633 - Fix comment in tools/lldb-mi/MIDriver.cpp
Ilia K
[Lldb-commits] [PATCH] Fix -break-insert for system functions (MI)
Ilia K
Re: [Lldb-commits] [PATCH] Fix -break-insert for system functions (MI)
Greg Clayton
[Lldb-commits] [lldb] r232625 - Parse .note.android.ident header from elf files
Tamas Berghammer
[Lldb-commits] [lldb] r232621 - Make lldb-mi handle only MI commands
Hafiz Abid Qadeer
[Lldb-commits] [lldb] r232620 - Fix a typo in EmulateInstructioinMIPS64
Pavel Labath
[Lldb-commits] [lldb] r232619 - Initial Assembly profiler for mips64
Bhushan D. Attarde
Re: [Lldb-commits] [lldb] r232619 - Initial Assembly profiler for mips64
Jason Molenda
Re: [Lldb-commits] [lldb] r232619 - Initial Assembly profiler for mips64
Bhushan Attarde
Re: [Lldb-commits] [lldb] r232619 - Initial Assembly profiler for mips64
Jason Molenda
[Lldb-commits] [lldb] r232618 - Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier
Ilia K
Re: [Lldb-commits] [Diffusion] rL232396: Remove redundant comments from lldb-mi source files.
Ilia K
Re: [Lldb-commits] [Diffusion] rL232396: Remove redundant comments from lldb-mi source files.
Ilia K
Re: [Lldb-commits] [Diffusion] rL232396: Remove redundant comments from lldb-mi source files.
Hafiz Abid Qadeer
Re: [Lldb-commits] [Diffusion] rL232396: Remove redundant comments from lldb-mi source files.
Ilia K
Re: [Lldb-commits] [Diffusion] rL232396: Remove redundant comments from lldb-mi source files.
Ilia K
Re: [Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.
Greg Clayton
Re: [Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.
Pavel Labath
Re: [Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.
Tamas Berghammer
Re: [Lldb-commits] [PATCH] Report breakpoint/watchpoint hits during single stepping.
Jim Ingham
[Lldb-commits] [lldb] r232563 - Build fix for building debugserver for ios.
Jason Molenda
[Lldb-commits] [lldb] r232552 - Enable TestDataFormatterStdIterator with GCC.
Siva Chandra
[Lldb-commits] [lldb] r232548 - Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Siva Chandra
[Lldb-commits] [PATCH] Convert open options for POSIX open on target platform.
Robert Flack
Re: [Lldb-commits] [PATCH] Convert open options for POSIX open on target platform.
Oleksiy Vyalov
Re: [Lldb-commits] [PATCH] Convert open options for POSIX open on target platform.
Robert Flack
[Lldb-commits] [lldb] r232534 - Remove ScriptInterpreterObject.
Zachary Turner
Re: [Lldb-commits] [PATCH] Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Siva Chandra
Re: [Lldb-commits] [PATCH] Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Greg Clayton
Re: [Lldb-commits] [PATCH] Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Greg Clayton
Re: [Lldb-commits] [PATCH] Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Siva Chandra
[Lldb-commits] [lldb] r232507 - Fix the clang -Werror build by suppressing -Wextended-offsetof
David Blaikie
[Lldb-commits] [lldb] r232504 - Add missing overrides to fix the clang -Werror build (-Winconsistent-missing-override)
David Blaikie
[Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Hafiz Abid Qadeer
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Greg Clayton
Re: [Lldb-commits] [PATCH] Fix handling of CommandInterpreter's events in lldb-mi
Jim Ingham
Earlier messages
Later messages