summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+31
* Remove the m_images(NULL) hack in the Target ctor nowJason Molenda2013-02-041-13/+0
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* <rdar://problem/12437929>Enrico Granata2013-01-211-0/+76
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+1
* Removed the hack that uses "frame variable" toSean Callanan2013-01-121-100/+22
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-17/+13
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* <rdar://problem/12831670> Jason Molenda2012-12-131-0/+13
* Add a LOG_TARGET log to Target::SetDefaultArchitectureJason Molenda2012-12-121-3/+4
* Adding missing log->Printf instead of printf in Target::SetArchitectureJason Molenda2012-12-051-9/+12
* Crash every time with new target logging is now fixed.Greg Clayton2012-12-051-1/+2
* Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).Jason Molenda2012-12-051-1/+18
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-10/+17
* <rdar://problem/12687087>Greg Clayton2012-11-291-26/+51
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-10/+10
* Minor cleanups to the new ModuleList notification APIs: passing in the Module...Enrico Granata2012-11-081-10/+10
* <rdar://problem/12586350>Enrico Granata2012-11-081-19/+44
* Fixed build warnings.Greg Clayton2012-10-301-0/+1
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-6/+5
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-17/+1
* Add a new target setting to disable automatic loading of kext imagesJason Molenda2012-10-191-1/+17
* <rdar://problem/12462048>Greg Clayton2012-10-171-1/+17
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-1/+2
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* <rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...Enrico Granata2012-09-181-0/+2
* Make file + line breakpoints even more efficient by using our SearchFilter ob...Greg Clayton2012-09-071-2/+12
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-15/+8
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-6/+57
* Check that the data buffer is non-null before getting its file contents.Jim Ingham2012-08-221-1/+5
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-880/+18
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-787/+1159
* <rdar://problem/12027563> Making sure that some class of stop-hook commands t...Enrico Granata2012-08-031-1/+6
* Add useful documentation to the "target.source-map" setting.Jim Ingham2012-07-181-1/+5
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-2/+4
* rdar://problem/11584012Johnny Chen2012-06-041-4/+35
* Thread-hardening the SB API calls related to watchpoint operations.Johnny Chen2012-05-311-0/+4
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+2
* <rdar://problem/11534686> Greg Clayton2012-05-251-0/+1
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-13/+21
* Fixes the case where we created a dummy target, deleted it, and then tried to...Filipe Cabecinhas2012-05-191-0/+2
* If we notice that a module with a given file path is replaced by another with...Jim Ingham2012-05-171-56/+87
* <rdar://problem/11451919>Greg Clayton2012-05-151-5/+2
* <rdar://problem/11240464>Greg Clayton2012-05-151-5/+5
* <rdar://problem/11439169> Greg Clayton2012-05-121-3/+5
* <rdar://problem/11358639>Greg Clayton2012-05-081-17/+7
* Clean up the way modules are looked for when calling Target::GetSharedModule(...Greg Clayton2012-04-271-14/+38
OpenPOWER on IntegriCloud