llvm-project/lldb/source/Plugins/Process/Utility
Saleem Abdulrasool 324a103619 sweep up -Wformat warnings from gcc
This is a purely mechanical change explicitly casting any parameters for printf
style conversion.  This cleans up the warnings emitted by gcc 4.8 on Linux.

llvm-svn: 205607
2014-04-04 04:06:10 +00:00
..
ARMDefines.h Remove asserts that will crash LLDB. These should be changed to return 2011-06-02 22:23:35 +00:00
ARMUtils.h Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
CMakeLists.txt lldb arm64 import. 2014-03-29 18:54:20 +00:00
DynamicRegisterInfo.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
DynamicRegisterInfo.h <rdar://problem/14972424> 2013-10-17 01:10:23 +00:00
HistoryThread.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
HistoryThread.h Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
HistoryUnwind.cpp When a client asks for a queue pending item's extended backtrace, 2014-03-06 06:31:18 +00:00
HistoryUnwind.h Add History subclasses for Thread, Unwind, RegisterContext. 2013-11-08 04:59:54 +00:00
InferiorCallPOSIX.cpp Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
InferiorCallPOSIX.h Add GNU indirect function support in expressions for Linux. 2013-02-27 20:13:38 +00:00
InstructionUtils.h While implementing unwind information using UnwindAssemblyInstEmulation I ran 2011-05-09 20:18:18 +00:00
Makefile
RegisterContextDarwin_arm.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextDarwin_arm.h Fixes to read the floating point and exception registers sets out 2013-05-14 03:25:58 +00:00
RegisterContextDarwin_arm64.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
RegisterContextDarwin_arm64.h lldb arm64 import. 2014-03-29 18:54:20 +00:00
RegisterContextDarwin_i386.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextDarwin_i386.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextDarwin_x86_64.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextDarwin_x86_64.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextDummy.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
RegisterContextDummy.h <rdar://problem/13590152> 2013-04-22 18:26:52 +00:00
RegisterContextFreeBSD_i386.cpp Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() to keep the code more portable as we add new core types to ArchSpec. 2014-03-20 21:31:55 +00:00
RegisterContextFreeBSD_i386.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextFreeBSD_mips64.cpp Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextFreeBSD_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextFreeBSD_x86_64.cpp Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() to keep the code more portable as we add new core types to ArchSpec. 2014-03-20 21:31:55 +00:00
RegisterContextFreeBSD_x86_64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextHistory.cpp Add History subclasses for Thread, Unwind, RegisterContext. 2013-11-08 04:59:54 +00:00
RegisterContextHistory.h Add History subclasses for Thread, Unwind, RegisterContext. 2013-11-08 04:59:54 +00:00
RegisterContextLLDB.cpp JITed functions can now have debug info and be debugged with debug and source info: 2014-03-24 23:10:19 +00:00
RegisterContextLLDB.h Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDB 2014-02-21 05:20:25 +00:00
RegisterContextLinux_i386.cpp Renamed a struct from i386 to i386_. 2014-03-24 17:33:09 +00:00
RegisterContextLinux_i386.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextLinux_x86_64.cpp Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() to keep the code more portable as we add new core types to ArchSpec. 2014-03-20 21:31:55 +00:00
RegisterContextLinux_x86_64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextMacOSXFrameBackchain.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
RegisterContextMacOSXFrameBackchain.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextMach_arm.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_arm.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_i386.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_i386.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMach_x86_64.cpp Patch from David Forsythe for FreeBSD build! 2011-08-03 18:55:26 +00:00
RegisterContextMach_x86_64.h Copy the native darwin register stuff out of the ProcessMacOSX 2011-08-01 17:06:30 +00:00
RegisterContextMemory.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextMemory.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
RegisterContextPOSIX.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextPOSIX_mips64.cpp Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextPOSIX_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextPOSIX_x86.cpp Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() to keep the code more portable as we add new core types to ArchSpec. 2014-03-20 21:31:55 +00:00
RegisterContextPOSIX_x86.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextThreadMemory.cpp Clear the register context if our process is no longer alive. 2013-05-02 17:16:00 +00:00
RegisterContextThreadMemory.h <rdar://problem/13700260> 2013-05-01 21:54:04 +00:00
RegisterContext_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContext_x86.h Renamed a struct from i386 to i386_. 2014-03-24 17:33:09 +00:00
RegisterInfos_i386.h Renamed a struct from i386 to i386_. 2014-03-24 17:33:09 +00:00
RegisterInfos_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterInfos_x86_64.h Renamed a struct from i386 to i386_. 2014-03-24 17:33:09 +00:00
StopInfoMachException.cpp lldb arm64 import. 2014-03-29 18:54:20 +00:00
StopInfoMachException.h <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
ThreadMemory.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
ThreadMemory.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindLLDB.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00
UnwindLLDB.h Add a new target setting, trap-handler-names, where a user can 2014-02-14 05:06:49 +00:00
UnwindMacOSXFrameBackchain.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
UnwindMacOSXFrameBackchain.h Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00