summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-5/+17
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Fixed the the breakpoint test case failures. Greg Clayton2013-11-091-2/+10
* Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton2013-11-061-15/+42
* Include file cleanup.Jim Ingham2013-09-051-1/+0
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-3/+8
* Address::GetSection() turns a weak pointer to a shared pointer which is a lit...Jim Ingham2013-06-061-4/+4
* Fix data race in Address class by wrapping m_offset in std::atomicDaniel Malea2013-04-221-2/+2
* <rdar://problem/13338643>Greg Clayton2013-03-041-23/+0
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-1/+8
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* <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
OpenPOWER on IntegriCloud