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
/
Target.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-6
/
+6
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+16
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-2
/
+2
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-2
/
+2
*
Sometimes when launching through a shell, we can run into cases where the /bi...
Greg Clayton
2014-04-30
1
-0
/
+21
*
Fixed an issue where if you called:
Greg Clayton
2014-04-07
1
-0
/
+2
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-3
/
+3
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-11
/
+18
*
Create a Process::ModulesDidLoad() method to handle process-related tasks, as...
Andrew MacPherson
2014-03-13
1
-5
/
+1
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-1
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
Fix build break due to signature change on ASTContext' setExternalSource para...
Todd Fiala
2014-02-27
1
-1
/
+1
*
Add a new target setting, trap-handler-names, where a user can
Jason Molenda
2014-02-14
1
-1
/
+15
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-15
/
+23
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-9
/
+9
*
<rdar://problem/15668743>
Greg Clayton
2013-12-18
1
-0
/
+10
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-0
/
+109
*
Add a setting to allow users to enable expressions that crash LLDB to show up...
Greg Clayton
2013-12-06
1
-1
/
+10
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-10
/
+68
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-13
/
+75
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-5
/
+13
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-18
/
+18
*
Add a new system runtime plugin type - just the top level
Jason Molenda
2013-11-05
1
-0
/
+9
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-9
/
+4
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-6
/
+6
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-6
/
+6
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-18
/
+24
*
Target::m_suppress_synthetic_value was a hack required to disable synthetic v...
Enrico Granata
2013-09-24
1
-3
/
+1
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-2
/
+7
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-0
/
+20
*
New settings: target.use-hex-immediates and target.hex-immediates-style
Daniel Malea
2013-08-07
1
-0
/
+26
*
Use the "last created watchpoint" rather than asserting on watchpoint command...
Jim Ingham
2013-07-02
1
-0
/
+5
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-0
/
+20
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-2
/
+11
*
Remember to tell the breakpoints to update themselves when new symbols are ad...
Jim Ingham
2013-06-04
1
-8
/
+11
*
<rdar://problem/13239809>
Enrico Granata
2013-06-04
1
-0
/
+9
*
<rdar://problem/13878726>
Enrico Granata
2013-05-21
1
-12
/
+12
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-17
/
+22
*
Forgot to check for empty error strings in the previous checkin
Enrico Granata
2013-05-20
1
-1
/
+1
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-10
/
+19
*
<rdar://problem/13183720>
Enrico Granata
2013-05-13
1
-1
/
+17
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-8
/
+20
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-5
/
+5
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-0
/
+18
*
Change the default for "use-fast-stepping" to on.
Jim Ingham
2013-04-04
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-21
/
+21
[next]