summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-8/+0
* Modifying the "address" format, which prints a pointer and a description of w...Greg Clayton2012-07-111-2/+34
* <rdar://problem/11455398>Greg Clayton2012-05-151-1/+2
* <rdar://problem/10997402>Greg Clayton2012-03-071-4/+4
* <rdar://problem/10103468>Greg Clayton2012-02-241-98/+110
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-19/+14
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-18/+31
* <rdar://problem/9958446>Greg Clayton2011-12-101-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Removed the function:Greg Clayton2011-09-171-6/+6
* Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas!Johnny Chen2011-08-251-1/+1
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-8/+103
* Added the ability to see block variables when looking up addressesGreg Clayton2011-07-111-3/+37
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-83/+8
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-0/+58
* Moved a lot of simple functions from StoppointLocation.cpp to be inlined inGreg Clayton2011-05-191-0/+24
* Added a function to lldb_private::Address:Greg Clayton2011-05-181-0/+38
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-0/+11
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+13
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-8/+8
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+1
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed issues with the unwinding code where the collection of FuncUnwindersGreg Clayton2011-01-081-131/+50
* Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton2011-01-071-1/+2
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-17/+3
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-0/+28
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-39/+44
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-15/+7
* Stop line entries from dumping full paths when addresses dump themselves as s...Greg Clayton2010-09-071-2/+9
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-3/+3
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-9/+0
* Fixed another issue with the inline stack frames where if the first frameGreg Clayton2010-08-241-49/+0
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-3/+3
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-10/+8
* Allow searching for a section by SectionType.Greg Clayton2010-07-211-1/+1
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+0
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+10
* Fixed up disassembly to not emit the module name before all function namesGreg Clayton2010-07-011-7/+16
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-43/+103
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-0/+3
* Move a bunch of trivial methods into the header. These compile down to 1-2Benjamin Kramer2010-06-211-24/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+875
OpenPOWER on IntegriCloud