summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObject.cpp
AgeCommit message (Expand)Author
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-23Don't copy entire value into m_data unless we need to. If we did this and the...Greg Clayton
2014-01-23If a user specifies a format option to frame variable or expression, that for...Enrico Granata
2014-01-08New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata
2013-12-28Add a new way to bind a format to a type: by enum typeEnrico Granata
2013-12-22Centralize the code for GetValueAsCString() in TypeFormatImpl (the implementi...Enrico Granata
2013-12-10Fix the test suite after the changes made in revision 196616 exposed issues i...Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-31SBValue::GetValueAsUnsigned()/GetValueAsSigned() should not replicate the Sca...Enrico Granata
2013-10-30<rdar://problem/13308704>Enrico Granata
2013-10-30<rdar://problem/15045059>Enrico Granata
2013-10-29<rdar://problem/15144376>Enrico Granata
2013-10-09<rdar://problem/14923930>Enrico Granata
2013-10-08<rdar://problem/11778815>Enrico Granata
2013-09-30<rdar://problem/14393032>Enrico Granata
2013-09-24Target::m_suppress_synthetic_value was a hack required to disable synthetic v...Enrico Granata
2013-09-12<rdar://problem/14071463>Enrico Granata
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-21Adding two new markers to the ${var..} specifierEnrico Granata
2013-06-19<rdar://problem/14194140>Enrico Granata
2013-05-31<rdar://problem/14035604>Enrico Granata
2013-05-31Small code cleanupsEnrico Granata
2013-04-30<rdar://problem/13695846>Enrico Granata
2013-04-25Don't print the type if there is none and don't print "<invalid type>". Value...Greg Clayton
2013-04-19Fixed two problems when reading constant/registerSean Callanan
2013-04-13Added a SetData() method to ValueObject. ThisSean Callanan
2013-04-11<rdar://problem/13623698>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-25<rdar://problem/13365424>Enrico Granata
2013-03-23And then again only compute the more expensive piece of data if need be :-)Enrico Granata
2013-03-23Invert two condition checks to evaluate them in cheapest-to-more-expensive orderEnrico Granata
2013-03-23<rdar://problem/13315663>Enrico Granata
2013-03-15Performance improvements to the IsObjCNil () - we only try to resolve the val...Enrico Granata
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-03-13Remove an unused #include.Jim Ingham
2013-02-28Use the Error parameter in ValueObject::ReadPointedString to actually report ...Enrico Granata
2013-02-21<rdar://problem/4529976>Enrico Granata
2013-02-08Fixed 2 more issues found by the address sanitizer:Greg Clayton
2013-01-29<rdar://problem/12890171>Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-23<rdar://problem/12711206>Enrico Granata
2013-01-12<rdar://problem/12239827>Enrico Granata
2012-12-13<rdar://problem/11689939>Enrico Granata
2012-12-11<rdar://problem/12639506> Enrico Granata
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2012-12-06<rdar://problem/12560257>Greg Clayton