summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2013-01-12Removed the hack that uses "frame variable" toSean Callanan
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan
2012-12-13<rdar://problem/12831670> Jason Molenda
2012-12-12Add a LOG_TARGET log to Target::SetDefaultArchitectureJason Molenda
2012-12-05Adding missing log->Printf instead of printf in Target::SetArchitectureJason Molenda
2012-12-05Crash every time with new target logging is now fixed.Greg Clayton
2012-12-05Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).Jason Molenda
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-05<rdar://problem/12649160>Greg Clayton
2012-11-29<rdar://problem/12687087>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-08Minor cleanups to the new ModuleList notification APIs: passing in the Module...Enrico Granata
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-10-30Fixed build warnings.Greg Clayton
2012-10-23Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-10-19Add a new target setting to disable automatic loading of kext imagesJason Molenda
2012-10-17<rdar://problem/12462048>Greg Clayton
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-09-18<rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...Enrico Granata
2012-09-07Make file + line breakpoints even more efficient by using our SearchFilter ob...Greg Clayton
2012-09-05Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata
2012-08-30OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Check that the data buffer is non-null before getting its file contents.Jim Ingham
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-08-03<rdar://problem/12027563> Making sure that some class of stop-hook commands t...Enrico Granata
2012-07-18Add useful documentation to the "target.source-map" setting.Jim Ingham
2012-07-16<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata
2012-06-04rdar://problem/11584012Johnny Chen
2012-05-31Thread-hardening the SB API calls related to watchpoint operations.Johnny Chen
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata
2012-05-25<rdar://problem/11534686> Greg Clayton
2012-05-22Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham
2012-05-19Fixes the case where we created a dummy target, deleted it, and then tried to...Filipe Cabecinhas
2012-05-17If we notice that a module with a given file path is replaced by another with...Jim Ingham
2012-05-15<rdar://problem/11451919>Greg Clayton
2012-05-15<rdar://problem/11240464>Greg Clayton
2012-05-12<rdar://problem/11439169> Greg Clayton
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-27Clean up the way modules are looked for when calling Target::GetSharedModule(...Greg Clayton
2012-04-25Change Target::ReadMemoryFromFileCache to not read from the fileJason Molenda
2012-04-24Fixing an issue where the expression parser was not correctly freeze-drying b...Enrico Granata
2012-03-27lldb_private::Section objects have a boolean flag that can be set that Greg Clayton
2012-03-27Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata