summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackID.cpp
AgeCommit message (Expand)Author
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan
2025-09-08[lldb][NFC] Fix style issues with StackID.h (#157483)Felipe de Azevedo Piovezan
2025-08-11[lldb] Make StackID call Fix{Code,Data} pointers (#152796)Felipe de Azevedo Piovezan
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton
2010-08-26Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner