aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBSymbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-181/+115
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-2/+3
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton1-2/+2
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata1-0/+14
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-4/+5
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-2/+4
2013-09-12Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda1-1/+3
2013-03-27<rdar://problem/13521159>Greg Clayton1-2/+2
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-2/+7
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham1-1/+1
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-1/+1
2012-04-02Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton1-0/+17
2012-03-07<rdar://problem/10997402>Greg Clayton1-20/+11
2012-02-24<rdar://problem/10103468>Greg Clayton1-1/+1
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton1-3/+4
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton1-3/+3
2011-11-13<rdar://problem/10126482>Greg Clayton1-3/+4
2011-03-31Added some functions to our API related to classifying symbols as code, data,Greg Clayton1-0/+8
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton1-0/+1
2011-03-02Export the ability to get the start and end addresses for functionsGreg Clayton1-0/+44
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton1-0/+4
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton1-0/+6
2010-12-07Added symbol table access through the module for now. We might need to exposeGreg Clayton1-1/+6
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-2/+2
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton1-0/+13
2010-10-30Improved API logging.Greg Clayton1-27/+12
2010-10-26Clean up the API logging code:Caroline Tice1-11/+15
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-0/+27
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton1-1/+32
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-10/+3
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice1-0/+23
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-10/+10
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+64