summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Address.cpp
AgeCommit message (Expand)Author
2015-04-28Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)Ilia K
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-01-15Modified LLDB to be able to lookup global variables by address.Greg Clayton
2014-12-19Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton
2013-11-06Improve lldb_private::Address to detect when section was deleted and not retu...Greg Clayton
2013-09-05Include file cleanup.Jim Ingham
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-06Address::GetSection() turns a weak pointer to a shared pointer which is a lit...Jim Ingham
2013-04-22Fix data race in Address class by wrapping m_offset in std::atomicDaniel Malea
2013-03-04<rdar://problem/13338643>Greg Clayton
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec
2013-02-23<rdar://problem/13265297> Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-11Modifying the "address" format, which prints a pointer and a description of w...Greg Clayton
2012-05-15<rdar://problem/11455398>Greg Clayton
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-10<rdar://problem/9958446>Greg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-17Removed the function:Greg Clayton
2011-08-25Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas!Johnny Chen
2011-08-12We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton
2011-07-11Added the ability to see block variables when looking up addressesGreg Clayton
2011-05-22Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton
2011-05-22Added functions to lldb_private::Address to set an address from a load addressGreg Clayton
2011-05-19Moved a lot of simple functions from StoppointLocation.cpp to be inlined inGreg Clayton
2011-05-18Added a function to lldb_private::Address:Greg Clayton
2011-05-18Added a way to resolve an load address from a target:Greg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton
2011-01-29Finished up the async attach support. This allows us to request to attachGreg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2011-01-08Fixed issues with the unwinding code where the collection of FuncUnwindersGreg Clayton
2011-01-07Added the ability for Target::ReadMemory to prefer to read from the fileGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-08Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton