summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
AgeCommit message (Expand)Author
2024-02-20[lldb] Add more ways to find the .dwp file. (#81067)Greg Clayton
2022-12-02[lldb] Fix the `dwarf` log descriptionsArgyrios Kyrtzidis
2022-01-25[lldb] Make logging machinery type-safePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-19Delete more dead code.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-02-17Reapply "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Revert "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Refactor log channel registration mechanismPavel Labath
2017-02-10Convert Log class to llvm streamsPavel Labath
2017-02-06Remove the verbose category in the dwarf channelPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-07-08Fix typos.Bruce Mitchener
2014-03-12Allow verbose logging in the "dwarf" log channel.Greg Clayton
2013-09-09Fixed parsing of the .debug_aranges section so that LLDB will still work corr...Richard Mitton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-04<rdar://problem/13338643>Greg Clayton
2012-04-13Added a mechanism for keeping track of where inSean Callanan
2012-03-30Added the ability to log when things get completed in DWARF. This can be enab...Greg Clayton
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham
2012-01-06We finalized on the new .apple_types accelerator table format where we don'tGreg Clayton
2011-10-06Added a new logging channel to the DWARF called "lookups":Greg Clayton
2011-09-12Fixed the logging output to be done consistently across all plug-ins.Greg Clayton
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2010-12-14Fixed a crasher in the DWARF log channel code.Greg Clayton
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner