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
/
API
/
SBInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
build fix for SBInstruction.
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
remove FILE* bindings from SBInstruction.
Lawrence D'Anna
2019-10-14
1
-4
/
+18
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+38
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-6
/
+56
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
1
-7
/
+0
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-12
/
+11
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
Nitesh Jain
2017-05-04
1
-0
/
+7
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-242
/
+175
*
Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...
Greg Clayton
2016-06-07
1
-47
/
+118
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-6
/
+9
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-0
/
+8
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-2
/
+2
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-4
/
+6
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-2
/
+15
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-6
/
+6
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-3
/
+3
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
1
-0
/
+8
*
Cleaned up code that was getting SBData for an SBInstruction.
Greg Clayton
2012-04-11
1
-12
/
+2
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-3
/
+3
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-28
/
+37
*
Fixed the public and internal disassembler API to be named correctly:
Greg Clayton
2011-09-27
1
-4
/
+4
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
1
-0
/
+81
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-2
/
+2
*
Use self.TraceOn() API to decide whether to print debug output.
Johnny Chen
2011-04-21
1
-5
/
+2
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-0
/
+11
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-7
/
+4
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Add Emulate and DumpEmulation to Instruction class.
Caroline Tice
2011-04-05
1
-0
/
+45
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-2
/
+2
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-3
/
+3
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-1
/
+1
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+13
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-39
/
+61
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-6
/
+6
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+74