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
*
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
*
Print out a notification when the process of a target other than the currentl...
Jim Ingham
2012-05-08
1
-0
/
+13
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-19
/
+32
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-14
/
+35
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-5
/
+9
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-1
/
+16
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
1
-0
/
+3
*
Add comment explaining the default constructor (ArchSpec) used in CreateTarge...
Johnny Chen
2012-01-05
1
-0
/
+3
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-1
/
+48
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-5
/
+2
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-3
/
+5
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-55
/
+20
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-2
/
+2
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Fixed up the error message for when a file is not supported.
Greg Clayton
2010-12-08
1
-13
/
+23
*
Added a new Host call to find LLDB related paths:
Greg Clayton
2010-10-17
1
-1
/
+1
*
Create more useful instance names for target, process and thread instances.
Caroline Tice
2010-09-27
1
-0
/
+3
*
If the file the user specifies can't be found in the current directory,
Caroline Tice
2010-09-10
1
-0
/
+4
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-12
/
+12
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-20
/
+39
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-1
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+342