git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add an svn project to contain the files that appear at the root of the
[lldb.git]
/
lldb
/
2017-10-19
Pavel Labath
Logging: Make sure logging machinery is in a consistent...
tree
|
commitdiff
2017-10-18
Pavel Labath
lldb-server tests: Fix undefined behavior
tree
|
commitdiff
2017-10-17
Pavel Labath
Silence some "implicit conversion of string literal...
tree
|
commitdiff
2017-10-17
Pavel Labath
lldb-server tests: Add support for testing debugserver
tree
|
commitdiff
2017-10-17
Pavel Labath
Remove shared_pointer from NativeThreadProtocol
tree
|
commitdiff
2017-10-17
Jason Molenda
Reverting r315966 - it caused a build failure on an...
tree
|
commitdiff
2017-10-17
Jason Molenda
Committing this for Larry D'Anna:
tree
|
commitdiff
2017-10-12
Jim Ingham
The save_crashlog command was still looking at lldb...
tree
|
commitdiff
2017-10-11
Ted Woodward
Add cases for new type DependentAddressSpace, added...
tree
|
commitdiff
2017-10-11
Ted Woodward
Remove default case from switch.
tree
|
commitdiff
2017-10-11
Petr Pavlu
Fix dumping of characters with non-standard sizes
tree
|
commitdiff
2017-10-10
Alexander Shaposhnikov
[lldb] Enable using out-of-tree dwps
tree
|
commitdiff
2017-10-10
Peter Collingbourne
Support: Have directory_iterator::status() return FindF...
tree
|
commitdiff
2017-10-09
Stephane Sezer
Update ABISysV_arm64::RegisterIsVolatile to accept...
tree
|
commitdiff
2017-10-09
Davide Italiano
[DWARFDIE] Rewrite `operator !=` using `operator =...
tree
|
commitdiff
2017-10-09
Davide Italiano
[SymbolFile/DWARF] Simplify two functions. NFCI.
tree
|
commitdiff
2017-10-07
Jason Molenda
Remove the input file specification from the
tree
|
commitdiff
2017-10-06
Jason Molenda
Specify the input & output results of the "Prepare...
tree
|
commitdiff
2017-10-06
Chris Bieneman
[CMake] Add LLDB_INCLUDE_TESTS variable
tree
|
commitdiff
2017-10-05
Leonard Mosescu
Implement interactive command interruption
tree
|
commitdiff
2017-10-05
Eugene Zemtsov
Enable breakpoints and read/write GPRs for ppc64le
tree
|
commitdiff
2017-10-05
Jim Ingham
Work around a bug in the C++ expression parser.
tree
|
commitdiff
2017-10-05
Jim Ingham
Another silly little thing you can do with Python commands.
tree
|
commitdiff
2017-10-04
Leonard Mosescu
LLDB cmake fix: define LLDB_CONFIGURATION_xxx based...
tree
|
commitdiff
2017-10-03
Tim Hammerquist
cmake + xcode: prevent gtests from using includes from...
tree
|
commitdiff
2017-10-03
Alexander Shaposhnikov
[lldb] Fix initialization of m_debug_cu_index_map
tree
|
commitdiff
2017-10-02
Jason Molenda
Move install_name_tool to a separate make target.
tree
|
commitdiff
2017-10-02
Ed Maste
Improve FreeBSD kernel debugging
tree
|
commitdiff
2017-09-30
Davide Italiano
[lldb-mi] Fix a thinko in my previous commit.
tree
|
commitdiff
2017-09-30
Davide Italiano
[lldb-mi] Add a default case to placate GCC with -Werror.
tree
|
commitdiff
2017-09-30
Davide Italiano
[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.
tree
|
commitdiff
2017-09-29
Eugene Zemtsov
Fix Android remote debugging tests running on Windows
tree
|
commitdiff
2017-09-29
Eugene Zemtsov
Fix compilation error
tree
|
commitdiff
2017-09-28
Sean Callanan
[Expression parser] Setting to enable use of ExternalAS...
tree
|
commitdiff
2017-09-28
Stephane Sezer
Add a few missing newlines in lldb-server messages
tree
|
commitdiff
2017-09-28
Jim Ingham
Revert patch r313904, as it breaks "command source...
tree
|
commitdiff
2017-09-27
Jason Molenda
Change build-llvm.py and build-lldb-llvm-clang's patchi...
tree
|
commitdiff
2017-09-27
Jason Molenda
Add support for running the lldb testsuite against...
tree
|
commitdiff
2017-09-27
Jason Molenda
Update the Objective-C runtime interface code to handle...
tree
|
commitdiff
2017-09-27
Jason Molenda
Update ABIMacOSX_arm::PrepareTrivialCall to correctly...
tree
|
commitdiff
2017-09-26
Sean Callanan
[Expression Parser] Inhibit global lookups for symbols...
tree
|
commitdiff
2017-09-25
Jason Molenda
Remove the details of the libstdc++ implementation...
tree
|
commitdiff
2017-09-25
Jason Molenda
Initial patchset to get the testsuite running against...
tree
|
commitdiff
2017-09-25
Eugene Zemtsov
Use socketpair on all Unix platforms
tree
|
commitdiff
2017-09-25
Chris Bieneman
Revert "Initial patchset to get the testsuite running...
tree
|
commitdiff
2017-09-22
Stephane Sezer
Implement trampoline step-through for Windows-x86.
tree
|
commitdiff
2017-09-22
Jason Molenda
Initial patchset to get the testsuite running against...
tree
|
commitdiff
2017-09-21
Jason Molenda
Revert this patch; I was emailing with Eugene and they...
tree
|
commitdiff
2017-09-21
Jason Molenda
Initial patchset to get the testsuite running against...
tree
|
commitdiff
2017-09-21
Adrian McCarthy
[LLDB] Implement interactive command interruption
tree
|
commitdiff
2017-09-20
Ted Woodward
Fix warning caused by new clang::BuiltinType::Float16...
tree
|
commitdiff
2017-09-20
Adrian McCarthy
Fix the SIGINT handlers
tree
|
commitdiff
2017-09-20
Eugene Zemtsov
Signal polling is supported with pselect (re-land r3137...
tree
|
commitdiff
2017-09-20
Eugene Zemtsov
Rollback r313704 because of the Windows build break
tree
|
commitdiff
2017-09-20
Eugene Zemtsov
Signal polling is supported with pselect
tree
|
commitdiff
2017-09-19
Adrian McCarthy
Re-land r313210 - Fix for bug 34532 - A few rough corne...
tree
|
commitdiff
2017-09-19
Francis Ricci
Fix build of TaskPoolTest with xcodebuild
tree
|
commitdiff
2017-09-19
Francis Ricci
Use ThreadLauncher to launch TaskPool threads
tree
|
commitdiff
2017-09-18
Adrian McCarthy
Revert "Fix for bug 34532 - A few rough corners related...
tree
|
commitdiff
2017-09-18
Francis Ricci
Revert "Use ThreadLauncher to launch TaskPool threads"
tree
|
commitdiff
2017-09-18
Francis Ricci
Use ThreadLauncher to launch TaskPool threads
tree
|
commitdiff
2017-09-18
Tamas Berghammer
Fix Linux remote debugging after r313442
tree
|
commitdiff
2017-09-16
Vadim Chugunov
Fix compatibility with OpenOCD debug stub.
tree
|
commitdiff
2017-09-16
Eugene Zemtsov
Check availability of accept4 in C++ instad of C code.
tree
|
commitdiff
2017-09-16
Eugene Zemtsov
More precise c library feature detection for Android.
tree
|
commitdiff
2017-09-15
Zachary Turner
Resubmit "[lit] Force site configs to run before source...
tree
|
commitdiff
2017-09-15
Jim Ingham
Remove a couple of warnings pointed out by Ted Woodward.
tree
|
commitdiff
2017-09-15
Zachary Turner
Revert "[lit] Force site configs to run before source...
tree
|
commitdiff
2017-09-15
Reid Kleckner
Fix syntax in lldb lit.cfg
tree
|
commitdiff
2017-09-15
Jim Ingham
Wire up the breakpoint name help string.
tree
|
commitdiff
2017-09-14
Jim Ingham
Mention breakpoint names in the tutorial.
tree
|
commitdiff
2017-09-14
Jim Ingham
Remove BreakpointName.h from all targets so it doesn't
tree
|
commitdiff
2017-09-14
Jim Ingham
Add new files to the cmake lists.
tree
|
commitdiff
2017-09-14
Jim Ingham
Make breakpoint names real entities.
tree
|
commitdiff
2017-09-14
Zachary Turner
[lit] Force site configs to be run before source-tree...
tree
|
commitdiff
2017-09-14
Benjamin Kramer
Remove uses of std::auto_ptr, it's going away in C...
tree
|
commitdiff
2017-09-14
Jim Ingham
Commands are -d to break modify, not -C.
tree
|
commitdiff
2017-09-13
Jim Ingham
Forgot to svn add the test cases for breakpoint auto...
tree
|
commitdiff
2017-09-13
Adrian McCarthy
Fix for bug 34532 - A few rough corners related to...
tree
|
commitdiff
2017-09-13
Vedant Kumar
[unittests] Another speculative fix for changes introdu...
tree
|
commitdiff
2017-09-13
Vedant Kumar
[unittests] Speculative fix for changes introduced...
tree
|
commitdiff
2017-09-13
Eugene Zemtsov
Fix test_attach_to_process_from_different_dir_by_id...
tree
|
commitdiff
2017-09-12
Alexander Shaposhnikov
[lldb] Adjust UpdateExternalModuleListIfNeeded method...
tree
|
commitdiff
2017-09-09
Saleem Abdulrasool
Plugins: fix resolution ambiguity in PDB plugin
tree
|
commitdiff
2017-09-07
Adrian McCarthy
Fix for bug 34510 - Minidump target does not resolve...
tree
|
commitdiff
2017-09-07
Ted Woodward
Fix lldb-mi test data_read_memory_bytes_global
tree
|
commitdiff
2017-09-06
Chris Bieneman
[CMake] Need to set WITH_LOCKDOWN on debugserver target
tree
|
commitdiff
2017-09-05
Jan Kratochvil
Fix DW_FORM_strp parsing
tree
|
commitdiff
2017-09-04
Davide Italiano
[ABI] Rewrite RegisterIsCalleeSaved.
tree
|
commitdiff
2017-09-03
Davide Italiano
[UUID] Reimplement comparison operators more canonicall...
tree
|
commitdiff
2017-09-03
Davide Italiano
[Interpreter] Simplify else after return. NFCI.
tree
|
commitdiff
2017-09-03
Davide Italiano
[Core/Value] Remove dead code that hasn't been touched...
tree
|
commitdiff
2017-09-03
Ed Maste
Add test case for attach-by-pid from different cwd
tree
|
commitdiff
2017-09-03
Ed Maste
FreeBSD: attach to pid from different cwd
tree
|
commitdiff
2017-08-31
Ted Woodward
lldb-mi: -var-update can hang when traversing complex...
tree
|
commitdiff
2017-08-31
Davide Italiano
[TypeSystem] Reduce code duplication merging two almost...
tree
|
commitdiff
2017-08-30
Eugene Zemtsov
Now a ppc64le binary is correctly detected:
tree
|
commitdiff
2017-08-29
Chris Bieneman
[IPv6] Fix a bug in the IPv6 listen behavior
tree
|
commitdiff
2017-08-29
Jason Molenda
update xpc service name.
tree
|
commitdiff
2017-08-25
Jim Ingham
Add the DWARF DWP files to the Xcode project.
tree
|
commitdiff
next