index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert
Jonas Devlieghere
2020-01-14
1
-3
/
+3
*
[lldb/Utility] Add std::move to make placate clang 3.8
Jonas Devlieghere
2020-01-13
1
-2
/
+2
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
4
-14
/
+13
*
[lldb/Utility] YAML validation should be orthogonal to packet semantics.
Jonas Devlieghere
2020-01-03
1
-3
/
+0
*
[lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Remove unused includes in Utility's source files
Raphael Isemann
2019-12-13
6
-15
/
+0
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
2
-53
/
+65
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
2
-65
/
+53
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
2
-53
/
+65
*
[lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue
Raphael Isemann
2019-12-06
1
-3
/
+31
*
[lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...
Raphael Isemann
2019-12-06
1
-10
/
+9
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-3
/
+4
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
2
-10
/
+8
*
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...
shafik
2019-12-05
1
-11
/
+21
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
2
-14
/
+14
*
Avoid triple corruption while merging core info
Muhammad Omair Javaid
2019-12-05
1
-1
/
+1
*
[lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env var
Jonas Devlieghere
2019-12-04
1
-0
/
+10
*
[lldb] Remove some (almost) unused Stream::operator<<'s
Pavel Labath
2019-12-04
1
-24
/
+0
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-9
/
+0
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-0
/
+8
*
[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple
Raphael Isemann
2019-12-04
2
-8
/
+8
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
1
-2
/
+3
*
[lldb][NFC] Make Stream's IndentLevel an unsigned integers.
Raphael Isemann
2019-12-02
1
-4
/
+6
*
[LLDB] On Windows, force error message formatting to English
Alexandre Ganea
2019-11-28
1
-1
/
+10
*
[lldb] refactor FileSpec::Equal
Pavel Labath
2019-11-28
1
-13
/
+3
*
[LLDB] Always interpret arm instructions as thumb on windows
Martin Storsjö
2019-11-28
1
-0
/
+3
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-24
/
+0
*
[Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]
Davide Italiano
2019-11-14
1
-193
/
+0
*
[LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-47
/
+3
*
[Reproducer] Discard reproducer directory if not generated.
Jonas Devlieghere
2019-11-12
1
-3
/
+5
*
[LLDB] Add core definition for armv8l and armv7l
Muhammad Omair Javaid
2019-11-13
1
-0
/
+6
*
lldb: Fix some -Wdeprecated-copy warnings
Pavel Labath
2019-11-11
5
-46
/
+0
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
1
-0
/
+3
*
Revert "make ConstString allocate memory in non-tiny chunks"
Raphael Isemann
2019-10-17
1
-7
/
+2
*
[Reproducer] Capture the debugger's working directory
Jonas Devlieghere
2019-10-17
1
-1
/
+15
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+15
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
1
-6
/
+4
*
make ConstString allocate memory in non-tiny chunks
Lubos Lunak
2019-10-11
1
-2
/
+7
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-11
1
-10
/
+18
*
[lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...
Raphael Isemann
2019-10-10
1
-19
/
+18
*
Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...
Jonas Devlieghere
2019-10-08
1
-1
/
+1
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-07
1
-1
/
+1
*
[process list] make the TRIPLE column wider
Walter Erquinigo
2019-10-03
1
-7
/
+9
*
[JSON] Remove Utility/JSON.{h|cpp}
Jonas Devlieghere
2019-10-02
2
-551
/
+0
*
[JSON] Use LLVM's library for decoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-100
/
+48
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-75
/
+25
*
[Reproducer] Always use absolute paths for capture & replay.
Jonas Devlieghere
2019-09-27
1
-2
/
+11
*
[lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructor
Raphael Isemann
2019-09-26
1
-7
/
+3
*
[LLDB] Add tests for PECOFF arm architecture identification
Martin Storsjo
2019-09-24
1
-1
/
+3
*
[lldb] Fix log output and UtilityTests/LogChannelTest.List
Raphael Isemann
2019-09-24
1
-0
/
+1
[next]