summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-994/+849
* Remove std::atomic from lldb::Address.Zachary Turner2016-08-291-2/+2
* Fix the use of lldb::eSymbolContextVariable.Greg Clayton2016-06-211-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-74/+68
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-3/+4
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Fixed a couple of places where we were getting the module from aJim Ingham2016-01-291-1/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-0/+14
* Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer2015-09-071-4/+12
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)Ilia K2015-04-281-3/+8
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-3/+6
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-2/+2
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-1/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-3/+6
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* 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
OpenPOWER on IntegriCloud