summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-5/+6
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-8/+6
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-21/+16
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-0/+18
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-2/+4
* Remove comments after header includes.Jonas Devlieghere2018-11-111-24/+24
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+3
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-2/+8
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-8/+2
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-50/+45
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+0
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-5/+7
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-6/+35
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-18/+19
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-994/+849
* Remove std::atomic from lldb::Address.Zachary Turner2016-08-291-2/+2
* Fix the use of lldb::eSymbolContextVariable.Greg Clayton2016-06-211-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-74/+68
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-3/+4
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Fixed a couple of places where we were getting the module from aJim Ingham2016-01-291-1/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-0/+14
* Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer2015-09-071-4/+12
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)Ilia K2015-04-281-3/+8
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-3/+6
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-2/+2
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-1/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-3/+6
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-5/+17
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-2/+10
* Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton2013-11-061-15/+42
* Include file cleanup.Jim Ingham2013-09-051-1/+0
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-3/+8
* Address::GetSection() turns a weak pointer to a shared pointer which is a lit...Jim Ingham2013-06-061-4/+4
* Fix data race in Address class by wrapping m_offset in std::atomicDaniel Malea2013-04-221-2/+2
* <rdar://problem/13338643>Greg Clayton2013-03-041-23/+0
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-1/+8
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
OpenPOWER on IntegriCloud