Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
Address.cpp
8cfb12b
[Symbol] Search symbols with name and type in a symbol file
by Aleksandr Urakov
· 7 years ago
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
991e445
Don't type-erase the SymbolContextItem enumeration.
by Zachary Turner
· 7 years ago
ae3f793
Rollback "Fix raw address breakpoints not resolving".
by Davide Italiano
· 7 years ago
860bafa
Fix raw address breakpoints not resolving
by Ted Woodward
· 7 years ago
04803b3
Change AddressClass type from 'enum' to 'enum class'.
by Tatyana Krasnukha
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
5f19b90
Move ArchSpec to the Utility module
by Pavel Labath
· 8 years ago
c3c7212
Fix backtrace of noreturn functions situated at the end of a module
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
29cb868
Isolate Target-specific functionality of DataExtractor.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
9b1669a
Remove std::atomic from lldb::Address.
by Zachary Turner
· 9 years ago
4c8e782
Fix the use of lldb::eSymbolContextVariable.
by Greg Clayton
· 9 years ago
896ddd0
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes.
by Eugene Zelenko
· 10 years ago
72ac8a8
Handle the case when a variable is only valid in part of the enclosing scope
by Tamas Berghammer
· 10 years ago
62e0681
Add -Wimplicit-fallthrough command line option to clang in
by Jason Molenda
· 10 years ago
cbff63a
Fixed a couple of places where we were getting the module from a
by Jim Ingham
· 10 years ago
9ccb970
Make lldb::endian::InlHostByteOrder() private.
by Bruce Mitchener
· 10 years ago
44d07fc
[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses
by Jaydeep Patil
· 10 years ago
25b9f7e
Use eAddressClassCode for address lookup for opcodes for stack frames
by Tamas Berghammer
· 10 years ago
358cf1e
Resubmitting 240466 after fixing the linux test suite failures.
by Greg Clayton
· 10 years ago
6e46512
Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)
by Ilia K
· 10 years ago
c980fa9
Change the default disassembly format again. First attempt at
by Jason Molenda
· 11 years ago
2501e5e
Modified LLDB to be able to lookup global variables by address.
by Greg Clayton
· 11 years ago
4af5961
Audit uses of ConstString::AsCString() to make sure they weren't assuming
by Jim Ingham
· 11 years ago
aff1b35
Add a new disassembly-format specification so that the disassembler
by Jason Molenda
· 11 years ago
324a103
sweep up -Wformat warnings from gcc
by Saleem Abdulrasool
· 11 years ago
1460e4b
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect
by Jim Ingham
· 12 years ago
d5944cd
For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time
by Greg Clayton
· 12 years ago
b35db63
Fixed the the breakpoint test case failures.
by Greg Clayton
· 12 years ago
cae5652
Improve lldb_private::Address to detect when section was deleted and not return bogus values for GetLoadAddress() and GetFileAddress().
by Greg Clayton
· 12 years ago
f0649a6
Include file cleanup.
by Jim Ingham
· 12 years ago
a7499c9
Split symbol support for ELF and Linux.
by Michael Sartain
· 12 years ago
d3480f5
Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the
by Jim Ingham
· 12 years ago
4818460
Fix data race in Address class by wrapping m_offset in std::atomic
by Daniel Malea
· 12 years ago
9422dd6
<rdar://problem/13338643>
by Greg Clayton
· 13 years ago
00049b8
Add GNU indirect function support in expressions for Linux.
by Matt Kopec
· 13 years ago
7231035
<rdar://problem/13265297>
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
1f74607
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
23f5950
Ran the static analyzer on the codebase and found a few things.
by Greg Clayton
· 13 years ago
c3a86bf
Modifying the "address" format, which prints a pointer and a description of what it points to, to detect when the deref of that pointer points to something valid. So if you have:
by Greg Clayton
· 13 years ago
c4a8a76
<rdar://problem/11455398>
by Greg Clayton
· 13 years ago
e761213
<rdar://problem/10997402>
by Greg Clayton
· 14 years ago
e72dfb3
<rdar://problem/10103468>
by Greg Clayton
· 14 years ago
d9e416c
The second part in thread hardening the internals of LLDB where we make
by Greg Clayton
· 14 years ago
e1cd1be
Switching back to using std::tr1::shared_ptr. We originally switched away
by Greg Clayton
· 14 years ago
6f6bf26
<rdar://problem/9958446> <rdar://problem/10561406>
by Greg Clayton
· 14 years ago
81c22f6
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
by Greg Clayton
· 14 years ago
c14ee32
Converted the lldb_private::Process over to use the intrusive shared pointers.
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
a2eee18
Removed the function:
by Greg Clayton
· 14 years ago
40e3592
Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas!
by Johnny Chen
· 14 years ago
7e9b1fd
We were leaking a stack frame in StackFrameList in Thread.cpp which could
by Greg Clayton
· 14 years ago
c749eb8
Added the ability to see block variables when looking up addresses
by Greg Clayton
· 14 years ago
f3ef3d2
Added new lldb_private::Process memory read/write functions to stop a bunch
by Greg Clayton
· 14 years ago
cff851a
Added functions to lldb_private::Address to set an address from a load address
by Greg Clayton
· 14 years ago
92bb12c
Moved a lot of simple functions from StoppointLocation.cpp to be inlined in
by Greg Clayton
· 14 years ago
3f5c08f
Added a function to lldb_private::Address:
by Greg Clayton
· 14 years ago
cd482e3
Added a way to resolve an load address from a target:
by Greg Clayton
· 14 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
ded470d
Added more platform support. There are now some new commands:
by Greg Clayton
· 15 years ago
514487e
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 15 years ago
7fb56d0
Endian patch from Kirk Beitz that allows better cross platform building.
by Greg Clayton
· 15 years ago
513c26c
Finished up the async attach support. This allows us to request to attach
by Greg Clayton
· 15 years ago
710dd5a
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 15 years ago
b0848c5
Fixed issues with the unwinding code where the collection of FuncUnwinders
by Greg Clayton
· 15 years ago
db59823
Added the ability for Target::ReadMemory to prefer to read from the file
by Greg Clayton
· 15 years ago
cfd1ace
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 15 years ago
8941142
Hooked up ability to look up data symbols so they show up in disassembly
by Greg Clayton
· 15 years ago
0603aa9
There are now to new "settings set" variables that live in each debugger
by Greg Clayton
· 15 years ago
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
c980066
Cleaned up the output of "image lookup --address <ADDR>" which involved
by Greg Clayton
· 15 years ago
8dc0a98
Stop line entries from dumping full paths when addresses dump themselves as symbol contexts.
by Greg Clayton
· 15 years ago
6dadd50
Added a new bool parameter to many of the DumpStopContext() methods that
by Greg Clayton
· 15 years ago
59e8fc1c
Clarified the intent of the SymbolContextScope class in the header
by Greg Clayton
· 15 years ago
288e5af
Fixed another issue with the inline stack frames where if the first frame
by Greg Clayton
· 15 years ago
1b72fcb
Added support for inlined stack frames being represented as real stack frames
by Greg Clayton
· 15 years ago
b0b9fe6
Added support for objective C built-in types: id, Class, and SEL. This
by Greg Clayton
· 15 years ago
70e33eb
Allow searching for a section by SectionType.
by Greg Clayton
· 15 years ago
471b31c
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 15 years ago
b132097
I enabled some extra warnings for hidden local variables and for hidden
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
54b8b8c
Fixed up disassembly to not emit the module name before all function names
by Greg Clayton
· 15 years ago
dda4f7b
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 15 years ago
0c5cd90
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 15 years ago
466b31e
Move a bunch of trivial methods into the header. These compile down to 1-2
by Benjamin Kramer
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago