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
/
Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-3
/
+3
*
Allow the internal-state-thread free access to the TargetAPI mutex.
Jim Ingham
2019-10-01
1
-0
/
+6
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-3
/
+3
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-2
/
+3
*
[Target] Move InferiorCall to Process
Alex Langford
2019-09-13
1
-2
/
+57
*
[lldb] Replace std::call_once() with llvm::call_once()
Michal Gorny
2019-09-03
1
-2
/
+2
*
Remove usage of usleep in generic code
Pavel Labath
2019-08-05
1
-1
/
+1
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-12
/
+10
*
[TableGen] Move target properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
1
-2
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-45
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-357
/
+323
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
1
-1
/
+1
*
Change LaunchThread interface to return an expected.
Jonas Devlieghere
2019-07-05
1
-6
/
+12
*
Make sure the thread list is updated before you set the stop reason
Jim Ingham
2019-06-28
1
-1
/
+9
*
Remove core loading timeout
Pavel Labath
2019-06-25
1
-1
/
+1
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-1
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-8
/
+0
*
[Target] Remove unused header from Process
Alex Langford
2019-06-08
1
-1
/
+0
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-4
/
+1
*
[Target] Remove Process::GetCPPLanguageRuntime
Alex Langford
2019-06-04
1
-10
/
+0
*
[Target] Generalize Process::IsPossibleDynamicValue
Alex Langford
2019-05-30
1
-5
/
+5
*
[Target] Sink some asserts into Process::GetLanguageRuntime
Alex Langford
2019-05-29
1
-5
/
+14
*
[Target] Introduce Process::GetLanguageRuntimes
Alex Langford
2019-05-29
1
-0
/
+22
*
[Process] Clean up some logic around LanguageRuntimes
Alex Langford
2019-05-24
1
-7
/
+10
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[Process] Fix another thread_result_t & nullptr incompatibility.
Jonas Devlieghere
2019-05-23
1
-7
/
+7
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
[Target] Protect Processes' language runtimes map with a mutex
Alex Langford
2019-05-22
1
-10
/
+22
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-6
/
+18
*
[Process] Use early returns in Process::WriteMemory (NFC)
Jonas Devlieghere
2019-04-01
1
-55
/
+51
*
[Process] Fix WriteMemory return value
Med Ismail Bennani
2019-04-01
1
-2
/
+3
*
[lldb-vscode] Report an error if an invalid program is specified.
Zachary Turner
2019-03-08
1
-92
/
+96
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-5
/
+5
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-201
/
+2
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-50
/
+32
*
Resubmit r354706 with a fix for process launch.
Jim Ingham
2019-03-01
1
-16
/
+37
*
Revert r354706 - lit touched my thigh
Jim Ingham
2019-02-23
1
-22
/
+6
*
Make sure that stop-hooks run asynchronously.
Jim Ingham
2019-02-23
1
-6
/
+22
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-46
/
+46
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-6
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace MemoryRegionInfoSP with values and cleanup related code
Tatyana Krasnukha
2018-12-20
1
-6
/
+6
*
A few small updates to the testsuite for running against an iOS device.
Jason Molenda
2018-12-17
1
-0
/
+5
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-1
/
+1
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-6
/
+6
[next]