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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
14
-14
/
+318
*
Fixed a typo in the example (getName -> GetName)
Jim Ingham
2017-08-24
1
-4
/
+4
*
Change the ftag x87 register from being 8-bits wide to 16-bits wide
Jason Molenda
2017-08-24
2
-8
/
+8
*
When parsing the DBGSourcePathRemapping plist entries
Jason Molenda
2017-08-24
2
-1
/
+39
*
Log whether we found a step out plan or not.
Jim Ingham
2017-08-23
1
-2
/
+6
*
test: fix missed test
Saleem Abdulrasool
2017-08-23
1
-1
/
+1
*
Process: fix FXSAVE on x86
Saleem Abdulrasool
2017-08-23
3
-5
/
+3
*
ObjC: fix some -Wpedantic warnings by removing ';'
Saleem Abdulrasool
2017-08-23
1
-3
/
+3
*
Fixup for r311483: Use correct path to StreamString.h
Kuba Mracek
2017-08-22
1
-1
/
+1
*
[lldb] Correctly escape newlines and backslashes in the JSON serializer
Kuba Mracek
2017-08-22
4
-2
/
+34
*
lldb-argdumper doesn't need lldbCore.
Bruce Mitchener
2017-08-21
1
-1
/
+0
*
[unittests] Build LLVMTestingSupport for out-of-source builds
Michal Gorny
2017-08-21
1
-0
/
+6
*
[cmake] Explicitly link dependency libraries in the Host library
Michal Gorny
2017-08-21
1
-1
/
+15
*
[Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.
Davide Italiano
2017-08-19
1
-3
/
+3
*
[Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.
Davide Italiano
2017-08-19
1
-4
/
+4
*
Commiting Christopher Brook's patch for
Jason Molenda
2017-08-18
1
-1
/
+2
*
[cmake] Add explicit linkage from Core to curses
Michal Gorny
2017-08-17
1
-0
/
+10
*
convert hard tabs to spaces in PlatformOpenBSD.cpp
Ed Maste
2017-08-16
1
-1
/
+1
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
12
-33
/
+65
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
10
-87
/
+46
*
Fix typo in variable name.
Lang Hames
2017-08-16
1
-1
/
+1
*
Update NSArray/NSDictionary/NSSet formatters to handle new
Jason Molenda
2017-08-15
3
-467
/
+546
*
[CMake] Fixing an error in STREQUAL usage.
Chris Bieneman
2017-08-15
1
-1
/
+1
*
[CMake] Disable code sign entitlements when using lldb_codesign
Chris Bieneman
2017-08-15
1
-2
/
+11
*
[LLDB][MIPS] Fix process load/unload on android.
Nitesh Jain
2017-08-14
4
-8
/
+25
*
[LLDB][MIPS] Set the Section's file address for
Nitesh Jain
2017-08-14
1
-2
/
+4
*
remove FreeBSD xfail decorator from TestCppNsImport
Ed Maste
2017-08-10
1
-1
/
+0
*
remove FreeBSD xfail decorator from TestCallStdStringFunction
Ed Maste
2017-08-10
1
-3
/
+0
*
remove FreeBSD xfail decorator from TestExitDuringBreak
Ed Maste
2017-08-10
1
-3
/
+0
*
Report inferior signals as signals, not exceptions, on FreeBSD
Ed Maste
2017-08-10
7
-63
/
+16
*
Add remainder of unittests to Xcode project
Tim Hammerquist
2017-08-09
1
-17
/
+133
*
Fix VASprintfTest.cpp for Darwin, add checks
Tim Hammerquist
2017-08-09
2
-2
/
+12
*
Fix PlatformPythonTestCase.test_platform_list for the build bots
Vadim Macagon
2017-08-09
1
-6
/
+12
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
6
-0
/
+186
*
Add existing unit tests to Xcode project
Tim Hammerquist
2017-08-08
1
-0
/
+52
*
Checking in files accidentally missed in later diffs of revision r310261
Abhishek Aggarwal
2017-08-08
2
-0
/
+596
*
Fixed build failure for revision r310261
Abhishek Aggarwal
2017-08-07
1
-0
/
+6
*
Fixed build failure for revision r310261
Abhishek Aggarwal
2017-08-07
1
-0
/
+4
*
Tool for using Intel(R) Processor Trace hardware feature
Abhishek Aggarwal
2017-08-07
23
-35
/
+2492
*
Cut and paste error from r23162.
Jim Ingham
2017-08-03
2
-2
/
+2
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
16
-29
/
+273
*
Update for llvm api change.
Rafael Espindola
2017-08-03
1
-5
/
+0
*
Fix ProcessAPITestCase.test_get_process_info
Vadim Macagon
2017-08-02
1
-15
/
+27
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
13
-128
/
+378
*
xfail test_get_process_info pending bot fixes
Sean Callanan
2017-08-01
1
-0
/
+1
*
Remember to make API headers Public in the LLDB target.
Jim Ingham
2017-08-01
1
-0
/
+2
*
[build system] Add SBProcessInfo to the xcodeproj
Sean Callanan
2017-08-01
1
-2
/
+8
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
14
-0
/
+409
*
Fix incorrect use of std::unique
Eugene Zemtsov
2017-08-01
1
-2
/
+4
*
[build-script] Bring in modernizations from downstream:
Sean Callanan
2017-07-31
2
-8
/
+32
[prev]
[next]