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
/
Plugins
/
Process
/
mach-core
/
ProcessMachCore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-39
/
+39
*
ProcessMachCore: Fix a -Wmisleading-indentation warning
Pavel Labath
2019-07-23
1
-36
/
+35
*
Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.
Jason Molenda
2019-07-17
1
-0
/
+55
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-7
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-14
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-31
/
+32
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-3
/
+2
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-2
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-3
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-77
/
+55
*
Fix mac build broken in r316987
Pavel Labath
2017-10-31
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+12
*
Use two LC_NOTE load commands for identifying the main binary that
Jason Molenda
2017-04-12
1
-5
/
+20
*
Some old mach-o core files have an LC_IDENT load command
Jason Molenda
2017-04-06
1
-3
/
+38
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-1
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-544
/
+482
*
Small refinement on the memory segment support in core files that
Jason Molenda
2016-07-28
1
-0
/
+17
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-1
/
+9
*
Fixed an issue in the ProcessMachCore where segments are not always contiguou...
Greg Clayton
2016-06-09
1
-13
/
+42
*
Some core files on MacOSX don't have permissions setup correctly on the LC_SE...
Greg Clayton
2016-06-09
1
-1
/
+8
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
1
-9
/
+47
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-4
/
+4
*
Additional fix to my change in r259983 to handle the
Jason Molenda
2016-02-13
1
-5
/
+11
*
ProcessMachCore scans through the core file pages looking for a
Jason Molenda
2016-02-06
1
-0
/
+32
*
Add a little logging to ProcessMachCore so it is easier to tell when a user p...
Jason Molenda
2016-02-04
1
-3
/
+16
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-7
/
+7
*
Don't force a vendor check in ProcessMachCore::CanDebug() -- if this
Jason Molenda
2015-04-29
1
-7
/
+3
*
Sprinkle some #include <mutex> in files that use std::call_once.
Benjamin Kramer
2015-04-03
1
-0
/
+1
*
[Plugin/Process] Use std::call_once() to initialize.
Davide Italiano
2015-04-03
1
-7
/
+5
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Search through all memory regions of the core file for
Jason Molenda
2015-02-12
1
-3
/
+7
*
Fixed an issue where if the operating system python plug-in is changed at run...
Greg Clayton
2015-01-13
1
-1
/
+1
*
Don't have ProcessMachCore::CanDebug use the Target's arch when
Jason Molenda
2014-08-26
1
-1
/
+5
*
Don't crash when specifying a core file that isn't readable.
Greg Clayton
2014-08-15
1
-1
/
+1
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+2
*
Verify we have a correct ELF or Mach core file before we return a valid insta...
Greg Clayton
2014-03-07
1
-1
/
+18
[next]