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
/
Platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...
Aidan Dodds
2016-02-26
1
-0
/
+2
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
1
-0
/
+103
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-02-18
1
-77
/
+36
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+47
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-2
/
+46
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-0
/
+13
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-1
/
+8
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-13
/
+1
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-1
/
+13
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-1
/
+5
*
Use %HOME%/.lldb/module_cache as a default module cache directory.
Oleksiy Vyalov
2015-10-01
1
-8
/
+15
*
Fix TestLoadUnload.test_load_unload for android API > 21
Tamas Berghammer
2015-09-04
1
-1
/
+4
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
1
-0
/
+6
*
Download symbol file for .oat files on android
Tamas Berghammer
2015-08-12
1
-2
/
+12
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-0
/
+16
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-21
/
+0
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-0
/
+21
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-21
/
+0
*
[LLDB][MIPS] Getting correct flags for MIPS
Mohit K. Bhakkad
2015-06-30
1
-1
/
+1
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-51
/
+52
*
Have Platform::KillProcess try to use the process plugin first.
Zachary Turner
2015-05-13
1
-3
/
+21
*
Windows: fix bug in getcwd() and add chdir().
Ted Woodward
2015-05-12
1
-5
/
+0
*
Convert mmap options for target in InferiorCallMmap.
Robert Flack
2015-05-09
1
-1
/
+15
*
Use file locks to synchronize access to ModuleCache.
Oleksiy Vyalov
2015-05-07
1
-9
/
+1
*
Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...
Oleksiy Vyalov
2015-04-15
1
-56
/
+23
*
Use Android device serial number instead of hostname as a target identifier w...
Oleksiy Vyalov
2015-03-25
1
-3
/
+9
*
Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...
Oleksiy Vyalov
2015-03-24
1
-54
/
+69
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+22
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-0
/
+37
*
Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...
Oleksiy Vyalov
2015-03-12
1
-21
/
+8
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-10
/
+266
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-5
/
+5
*
Start the refactoring of globbing
Enrico Granata
2015-02-20
1
-80
/
+10
*
A few minor path fixes for Windows.
Zachary Turner
2015-02-18
1
-1
/
+7
*
Use CloseOnExec in Platform::PutFile
Pavel Labath
2015-02-17
1
-2
/
+3
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-1
/
+22
*
Add a "launch with globber" mode that lets you launch a process after having ...
Enrico Granata
2015-02-10
1
-0
/
+79
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-0
/
+14
*
Make one mutex for the lldb_private::Platform class that can be used to prote...
Greg Clayton
2015-02-02
1
-5
/
+5
*
Fix the -*-version-min option to not try and use the current OS version for i...
Greg Clayton
2015-01-22
1
-1
/
+1
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-1
/
+58
*
Added support to Platform to indicate (1) whether the
Sean Callanan
2014-12-05
1
-0
/
+14
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-9
/
+7
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-1
/
+5
*
logging: added more logging to the Target/Platform launch & attach sequence.
Todd Fiala
2014-10-09
1
-1
/
+38
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-83
/
+123
*
Clean-up warnings on Linux/GCC
David Majnemer
2014-09-16
1
-0
/
+1
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-1
/
+0
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
[next]