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
/
Target
/
TargetList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
1
-11
/
+9
*
Fix some accidental Prints of StringRefs that snuck in.
Zachary Turner
2016-11-19
1
-1
/
+2
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-19
/
+21
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-644
/
+508
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-18
/
+18
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-23
/
+17
*
Add code to PlatformDarwin and HostInfoMacOSX so they return the
Jason Molenda
2015-11-21
1
-1
/
+5
*
Add a warning to TargetList::CreateTargetInternal
Jason Molenda
2015-11-05
1
-0
/
+8
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-2
/
+7
*
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Chaoren Lin
2015-06-09
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Don't change the selected platform when creating the dummy target.
Robert Flack
2015-05-13
1
-2
/
+2
*
Fix selecting the Platform in TargetList::CreateTargetInternal()
Ted Woodward
2015-05-11
1
-22
/
+17
*
Fixed the failing test:
Greg Clayton
2015-01-28
1
-12
/
+12
*
Changes in 226712 needed some fixing as a platform is almost always selected ...
Greg Clayton
2015-01-28
1
-9
/
+13
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-1
/
+5
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-0
/
+2
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-19
/
+97
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-2
/
+2
*
Ensure that user_exe_path is non-NULL before derferencing.
Jason Molenda
2014-10-16
1
-1
/
+1
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
If a new platform is created/selected for an architecture, make it the select...
Greg Clayton
2014-09-17
1
-0
/
+8
*
If an executable file is specified with no architecture and it contains more ...
Greg Clayton
2014-08-20
1
-26
/
+98
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
1
-8
/
+8
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
1
-0
/
+5
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-13
/
+25
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-1
/
+1
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-3
/
+14
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+2
*
Unbreak lldb/test/macosx/universal.
Greg Clayton
2013-05-03
1
-8
/
+10
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-12
/
+6
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-1
/
+62
*
Change my patch to TargetList::CreateTarget to only try
Jason Molenda
2013-04-19
1
-1
/
+5
*
Change TargetList::CreateTarget to realpath the c-string filename of the
Jason Molenda
2013-04-19
1
-1
/
+1
*
<rdar://problem/12897145>
Greg Clayton
2013-04-04
1
-1
/
+3
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
1
-2
/
+2
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12570550>
Greg Clayton
2012-10-25
1
-1
/
+20
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-26
/
+41
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-2
/
+0
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+1
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-1
/
+1
*
<rdar://problem/11597333>
Greg Clayton
2012-06-05
1
-0
/
+4
[next]