Sign in
chromium
/
external
/
llvm.org
/
lldb
/
HEAD
d01083a
fix PythonDataObjectsTest.TestExceptions on windows
by Lawrence D'Anna
· 6 years ago
master
c302ff3
remove multi-argument form of PythonObject::Reset()
by Lawrence D'Anna
· 6 years ago
72350e6
whitespace cleanup
by Adrian Prantl
· 6 years ago
5b4e00f
Factor out common test functionality into a helper class. (NFC)
by Adrian Prantl
· 6 years ago
ed23422
XFAIL TestLocalVariables.py on Windows
by Jonas Devlieghere
· 6 years ago
66f8d69
Found more timeouts to unify.
by Adrian Prantl
· 6 years ago
3c090d7
Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.
by Adrian Prantl
· 6 years ago
cdcd5cb
[lldb] Add test for executing static initializers in expression command
by Raphael Isemann
· 6 years ago
423ac9a
[lldb] drop .symtab removal in minidebuginfo tests
by Konrad Kleine
· 6 years ago
963531a
[LLDB] [Windows] Initial support for ARM register contexts
by Martin Storsjo
· 6 years ago
cbe8a05
eliminate nontrivial Reset(...) from TypedPythonObject
by Lawrence D'Anna
· 6 years ago
a02214b
convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
by Lawrence D'Anna
· 6 years ago
7106b26
[LLDB] bugfix: command script add -f doesn't work for some callables
by Lawrence D'Anna
· 6 years ago
c100374
Move endian constant from Host.h to SwapByteOrder.h, prune include
by Reid Kleckner
· 6 years ago
5b437d2
Skip (more) PExpect tests under ASAN, I can't get them to work reliably.
by Adrian Prantl
· 6 years ago
66f418f
[Reproducer] XFAIL TestWorkingDir on Windows
by Jonas Devlieghere
· 6 years ago
e5150a7
[Reproducer] Improve reproducer help (NFC)
by Jonas Devlieghere
· 6 years ago
5374d54
Disable exit-on-SIGPIPE in lldb
by Vedant Kumar
· 6 years ago
20c7cd6
[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
by Raphael Isemann
· 6 years ago
12bee27
[Reproducer] Use ::rtrim() to remove trailing control characters.
by Jonas Devlieghere
· 6 years ago
bc9136b
ProcessMinidump: Suppress reporting stop for signal '0'
by Joseph Tremoulet
· 6 years ago
8fea574
LLDB: Use LLVM's type for minidump ExceptionStream [NFC]
by Joseph Tremoulet
· 6 years ago
ef63509
Update MinidumpYAML to use minidump::Exception for exception stream
by Joseph Tremoulet
· 6 years ago
a9ce92f
Add REQUIRES: x86 to more tests which need the x86 llvm target built
by Pavel Labath
· 6 years ago
5e58c57
SystemInitializerCommon fix compilation on linux
by Pavel Labath
· 6 years ago
202de0b
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
by Raphael Isemann
· 6 years ago
634ed7b
eliminate one form of PythonObject::Reset()
by Lawrence D'Anna
· 6 years ago
04e0d2e
clean up the implementation of PythonCallable::GetNumArguments
by Lawrence D'Anna
· 6 years ago
45131c3
(NFC) Delete variable made unused by llvm-svn: 375160
by Sterling Augustine
· 6 years ago
21c1243
[lldb] X-fail tests that use constructors in expressions on Windows
by Raphael Isemann
· 6 years ago
7217c86
[test] Add a .clang-format file for the shell test.
by Jonas Devlieghere
· 6 years ago
9d7c274
Adapt Windows test to API change.
by Adrian Prantl
· 6 years ago
0d781bc
Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"
by Martin Storsjo
· 6 years ago
ed3d69c
Modernize the rest of the Find.* API (NFC)
by Adrian Prantl
· 6 years ago
e732094
[LLDB] [test] Use %clang_cl instead of build.py in a few tests
by Martin Storsjo
· 6 years ago
aaefd81
[lldb] Don't emit artificial constructor declarations as global functions
by Raphael Isemann
· 6 years ago
ac7e41e
[Reproducer] Surface error if setting the cwd fails
by Jonas Devlieghere
· 6 years ago
7f02ebd
Disable TestProcessList on windows
by Walter Erquinigo
· 6 years ago
1383417
Fix an inverted condition in test.
by Adrian Prantl
· 6 years ago
cf4bdc3
[ARC] Add SystemV ABI
by Tatyana Krasnukha
· 6 years ago
96758fc
[ARC] Basic support in gdb-remote process plugin
by Tatyana Krasnukha
· 6 years ago
f464db9
delete SWIG typemaps for FILE*
by Lawrence D'Anna
· 6 years ago
a8e32ad
SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLDB_RECORD_DUMMY
by Fangrui Song
· 6 years ago
0f53352
[CMake] Make it possible to set the RPATH in add_lldb_exectable.
by Jonas Devlieghere
· 6 years ago
bf46b76
[Reproducer] Set the working directory in the VFS
by Jonas Devlieghere
· 6 years ago
528b1b6
Revert "make ConstString allocate memory in non-tiny chunks"
by Raphael Isemann
· 6 years ago
edd52d4
[Reproducer] Support dumping the reproducer CWD
by Jonas Devlieghere
· 6 years ago
b9ff4fc
[Reproducer] Add LoadBuffer<> helper (NFC)
by Jonas Devlieghere
· 6 years ago
cc1e4de
[Reproducer] Capture the debugger's working directory
by Jonas Devlieghere
· 6 years ago
a9fd571
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFCI.
by Martin Storsjo
· 6 years ago
8efc24b
Add arm64_32 support to lldb, an ILP32 codegen
by Jason Molenda
· 6 years ago
274316e
[android/process list] support showing process arguments
by Walter Erquinigo
· 6 years ago
e45c2cf
[lldb] move more things from python to cmake
by Haibo Huang
· 6 years ago
444b74d
update ScriptInterpreterPython to use File, not FILE*
by Lawrence D'Anna
· 6 years ago
55d4c44
[lldb] Creates _liblldb symlink from cmake
by Haibo Huang
· 6 years ago
a37edda
remove FILE* usage from SBStream.i
by Lawrence D'Anna
· 6 years ago
5fc2b08
eliminate virtual methods from PythonDataObjects
by Lawrence D'Anna
· 6 years ago
3fb1cde
convert SBDebugger::***FileHandle() wrappers to native files.
by Lawrence D'Anna
· 6 years ago
28e783e
SBFile::GetFile: convert SBFile back into python native files.
by Lawrence D'Anna
· 6 years ago
de30a90
Increase gdbremote_testcase timeouts when running under ASAN.
by Adrian Prantl
· 6 years ago
62798b9
Skip PExpect tests under ASAN, I can't get them to work reliably.
by Adrian Prantl
· 6 years ago
59f6fb9
[Windows][NFC] Fix tests after r374528.
by Aleksandr Urakov
· 6 years ago
74a033c
[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
by Martin Storsjo
· 6 years ago
0598379
[LLDB] [Windows] Initial support for ARM64 register contexts
by Martin Storsjo
· 6 years ago
768a50e
Fix TestDisassemble_VST1_64
by Pavel Labath
· 6 years ago
fde9c2a
[lldb-server/android] Show more processes by relaxing some checks
by Walter Erquinigo
· 6 years ago
37e39dd
Revert "fix"
by Walter Erquinigo
· 6 years ago
b42a7ce
fix
by Walter Erquinigo
· 6 years ago
dba9e27
build fix for SBInstruction.
by Lawrence D'Anna
· 6 years ago
678157f
remove FILE* bindings from SBInstruction.
by Lawrence D'Anna
· 6 years ago
660452a
uint32_t options -> File::OpenOptions options
by Lawrence D'Anna
· 6 years ago
71a5d47
remove FILE* usage from ReportEventState() and HandleProcessEvent()
by Lawrence D'Anna
· 6 years ago
ab95ae7
Fix test breakage caused by r374424
by Lawrence D'Anna
· 6 years ago
24b77d8
minidump: Use yaml for memory info tests
by Pavel Labath
· 6 years ago
6e97624
DWARFExpression: Fix/add support for (v4) debug_loc base address selection entries
by Pavel Labath
· 6 years ago
93e7fd0
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
a7df2ec
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
b07dca7
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
698a643
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
a240876
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
a3dad81
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
06715b1
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
92c72fc
Temporarily Revert [platform process list] add a flag for showing the processes of all users
by Adrian Prantl
· 6 years ago
b52ac52
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
cf82e01
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
9d349c2
Set GNUC version in the LLDB expression parser.
by Adrian Prantl
· 6 years ago
f798ff3
[NativePDB] Remove unused references to ClangASTImporter
by Alex Langford
· 6 years ago
55c541f
Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
by Adrian Prantl
· 6 years ago
1374c9c
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
ce4970a
make ConstString allocate memory in non-tiny chunks
by Lubos Lunak
· 6 years ago
fb386ad
[lldb] Fix python packages install path
by Haibo Huang
· 6 years ago
a3db461
IOHandler: fall back on File::Read if a FILE* isn't available.
by Lawrence D'Anna
· 6 years ago
7ad6da1
[lldb] Mark import-std-module/empty-module as libc++ test
by Raphael Isemann
· 6 years ago
c0b09cc
[lldb] Add import-std-module/sysroot to the libc++ test category.
by Raphael Isemann
· 6 years ago
ae3452d
[lldb-test] Modify lldb-test to print out ASTs from symbol file
by Shafik Yaghmour
· 6 years ago
9bfaf44
[lldb] Insert break to avoid unannotated fall-through
by Kadir Cetinkaya
· 6 years ago
1271971
[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of arguments for windows
by Martin Storsjo
· 6 years ago
d85bb78
minidump: Use llvm memory info list parser
by Pavel Labath
· 6 years ago
b82b009
ProcessInstanceInfoMatch: Don't match processes with no name if a name match was requested, take 2
by Pavel Labath
· 6 years ago
3535a53
[Windows] Use information from the PE32 exceptions directory to construct unwind plans
by Aleksandr Urakov
· 6 years ago
Next »