aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-12Added Repr() and Str() member functions to our PythonObject class to allow ea...Enrico Granata
2013-07-12The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Remov...Jim Ingham
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-11Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-07-03Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-07-01Following the modification introduced in llvm by commit 185311Sylvestre Ledru
2013-06-28Hitherto the IRForTarget infrastructure has mainlySean Callanan
2013-06-28FileSpec destructor doesn't need to be virtual.Greg Clayton
2013-06-28ArchSpec doesn't need a virtual destructor.Greg Clayton
2013-06-28PathMappingList doesn't need a virtual destructor.Greg Clayton
2013-06-27Cleanup of IRForTarget. Removed some relics ofSean Callanan
2013-06-27Remove the process's reservation cache and don'tSean Callanan
2013-06-26Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatterJason Molenda
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-06-24<rdar://problem/14182286>Han Ming Ong
2013-06-24Remove comment that is no longer applicableEd Maste
2013-06-21<rdar://problem/14004410>Han Ming Ong
2013-06-21Adding two new markers to the ${var..} specifierEnrico Granata
2013-06-20In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata
2013-06-20Fixed a problem with materialization andSean Callanan
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-06-18<rdar://problem/14194128>Enrico Granata
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-06-18<rdar://problem/12717717>Enrico Granata
2013-06-18<rdar://problem/13270271>Enrico Granata
2013-06-17<rdar://problem/14134716>Enrico Granata
2013-06-14Remove unused Host macro.Matt Kopec
2013-06-13Added a SBSection::GetParent() to the API.Greg Clayton
2013-06-12<rdar://problem/11914077>Enrico Granata
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-06-11Use llvm::APFloat for formatting if a target is available. Each target when d...Greg Clayton
2013-06-11Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...Greg Clayton
2013-06-11<rdar://problem/12876503>Enrico Granata
2013-06-11<rdar://problem/12783351>Enrico Granata
2013-06-07Don't retry the Connect when starting up debugserver if the reason for the pr...Jim Ingham
2013-06-06Fixed a problem where evaluating a breakpointSean Callanan
2013-06-04<rdar://problem/13239809>Enrico Granata
2013-06-04<rdar://problem/13988982>Enrico Granata
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-06-03Fix various build warnings.Matt Kopec
2013-05-31Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec
2013-05-31<rdar://problem/14035604>Enrico Granata