summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Windows
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-9/+7
| | | | | | | | See http://reviews.llvm.org/D3944 for more details. Change by Zachary Turner. llvm-svn: 210035
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ↵Greg Clayton2014-03-201-5/+4
| | | | | | to keep the code more portable as we add new core types to ArchSpec. llvm-svn: 204400
* Changed "Windows.h" to "windows.h".Hafiz Abid Qadeer2014-03-131-1/+1
| | | | | | I missed this one in my earlier commit a few days ago. llvm-svn: 203787
* PlatformWindows: Fix ObjectFile presence test conditions (could result in ↵Virgile Bello2014-03-091-1/+1
| | | | | | NULL memory access) llvm-svn: 203384
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-0/+2
| | | | llvm-svn: 201665
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+6
| | | | | | | | add a new pure virtual CalculateTrapHandlerSymbolNames() that Platform subclasses must implement which fills in the function name list with any trap handlers that are expected on that platform. llvm-svn: 201364
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-0/+1
| | | | | | <rdar://problem/15312873> llvm-svn: 199854
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-172-6/+6
| | | | | | | | | | | This rename was suggested by gclayton as a way to silence gcc warnings; the warning is emitted when there is an overloaded function in a base class (Platform) for which a derived class redefines one of the overloads but not the other (because doing so hides the other overload from users of the derived class). By giving the two methods different names, the situation is avoided. llvm-svn: 199504
* Unbreak the gcc build (complain about duplicate definition of ↵Sylvestre Ledru2013-10-161-2/+2
| | | | | | Initialize/Terminate (done in the cpp code) llvm-svn: 192780
* Unbreak the build on OSX by defining Initialize() and Terminate() for the ↵Enrico Granata2013-10-151-2/+2
| | | | | | Windows platform plugin llvm-svn: 192724
* Update makefiles to build PlatformWindowsDeepak Panickal2013-10-151-0/+14
| | | | llvm-svn: 192702
* Patch to add PlatformWindows, based on Carlo Kok's version from the Windows ↵Deepak Panickal2013-10-153-0/+809
branch. llvm-svn: 192693
OpenPOWER on IntegriCloud