summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/ThreadMemory.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-118/+83
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...Eugene Zelenko2015-10-301-3/+5
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-46/+38
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-2/+2
* <rdar://problem/13700260>Greg Clayton2013-05-011-1/+21
* <rdar://problem/13697881>Greg Clayton2013-04-201-0/+6
* <rdar://problem/13491977>Greg Clayton2013-04-121-5/+47
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-251-1/+3
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+2
* The OS plug-in can now get data from a python script that implements the prot...Greg Clayton2012-08-241-2/+20
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-3/+3
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+64
OpenPOWER on IntegriCloud