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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
This is a fairly bulky patch, but a lot of it involves rearranging existing code
Enrico Granata
2014-08-19
1
-0
/
+23
*
Adjust process launch --disable-aslr to take true/false value.
Todd Fiala
2014-08-19
1
-5
/
+12
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
2
-8
/
+18
*
In order for the debug script filename to be valid as a module name, LLDB doe...
Enrico Granata
2014-08-16
2
-4
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
4
-58
/
+65
*
Fix a thinko in the process list formatting.
Jim Ingham
2014-08-15
1
-6
/
+15
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
4
-171
/
+97
*
Fixed launching in shell on haswell enabled Macs to work more than once when ...
Greg Clayton
2014-08-12
1
-1
/
+3
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
2
-1
/
+37
*
Fetching the parent frame may fail, handle that case. Patch from Tong Shen.
Jim Ingham
2014-08-11
2
-3
/
+8
*
Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
2014-08-11
1
-4
/
+0
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-2
/
+2
*
Fix a thinko in the memory allocator that was causing us to strand an allocat...
Jim Ingham
2014-08-08
1
-7
/
+9
*
Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...
Jim Ingham
2014-08-08
1
-12
/
+4
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
1
-8
/
+8
*
When stepping, handle the case where the step leaves us with
Jim Ingham
2014-08-06
4
-4
/
+18
*
If you found a step through plan stop looking up the stack for a step out plan.
Jim Ingham
2014-08-05
1
-0
/
+3
*
Add some useful logging to the step log.
Jim Ingham
2014-08-05
1
-1
/
+1
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-2
/
+6
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+7
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
1
-0
/
+5
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Target: silence a GCC warning
Saleem Abdulrasool
2014-07-23
1
-1
/
+4
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-2
/
+5
*
ABI for the Hexagon DSP
Deepak Panickal
2014-07-21
1
-1
/
+33
*
Add the ability to suppress the creation of a persistent
Jim Ingham
2014-07-19
1
-0
/
+2
*
In Process::LoadImage, use the same function call both to call dlopen and to ...
Jim Ingham
2014-07-19
1
-16
/
+25
*
ReadPointedString takes a Stream not a DataBuffer.
Jim Ingham
2014-07-17
1
-3
/
+3
*
In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...
Jim Ingham
2014-07-17
1
-0
/
+25
*
^C wasn't interrupting an expression during a long evaluation or deadlock.
Greg Clayton
2014-07-16
1
-2
/
+22
*
Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
2014-07-16
1
-4
/
+16
*
If Process::Finalize() has been called, don't track process state changes.
Greg Clayton
2014-07-14
1
-0
/
+3
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-13
/
+25
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
2
-20
/
+20
*
Add the ability to provide a "count" option to the various "thread step-*" op...
Jim Ingham
2014-07-08
1
-11
/
+69
*
Fix typos.
Bruce Mitchener
2014-07-08
3
-3
/
+3
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
2
-20
/
+20
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
3
-6
/
+91
*
Allow specification of no source display on stop.
Todd Fiala
2014-07-07
1
-5
/
+4
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
2
-20
/
+20
*
Add enumerations for additional languages from DWARF spec updates.
Bruce Mitchener
2014-07-03
1
-0
/
+9
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-46
/
+20
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-2
/
+2
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-01
5
-14
/
+14
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
1
-0
/
+2
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
5
-3
/
+553
*
Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.
Todd Fiala
2014-06-30
4
-363
/
+757
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+16
[next]