summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Address.cpp
AgeCommit message (Expand)Author
2025-05-15[lldb] Fix offset computation in RegisterContextUnwind (#137155)Pavel Labath
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-05-08[lldb] Display breakpoint locations using display name (#90297)Dave Lee
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir0102
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-03-02[LLDB] Dump valid ranges of variablesZequan Wu
2021-09-14[StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failuresVedant Kumar
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-04[lldb] Move and clean-up the Declaration class (NFC)Med Ismail Bennani
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-05[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-30[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-09-10Rollback "Fix raw address breakpoints not resolving".Davide Italiano
2018-09-10Fix raw address breakpoints not resolvingTed Woodward
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-06-08Fix backtrace of noreturn functions situated at the end of a modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-29Remove std::atomic from lldb::Address.Zachary Turner
2016-06-21Fix the use of lldb::eSymbolContextVariable.Greg Clayton
2016-03-02Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2016-02-25Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2016-01-29Fixed a couple of places where we were getting the module from aJim Ingham
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil
2015-09-07Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton