Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
ffde4fc256fbb2b486fbce219f5c4f15a90fb8fe
/
source
/
Core
7508e73
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 14 years ago
7aff9ff
Added FindTypes to Module and ModuleList.
by Greg Clayton
· 14 years ago
960d6a4
Added support for objective C built-in types: id, Class, and SEL. This
by Greg Clayton
· 14 years ago
9488b74
Created lldb::LanguageType by moving an enumeration from the
by Greg Clayton
· 14 years ago
0fc7358
Changed SymbolContext so when you search for functions
by Sean Callanan
· 14 years ago
0cae3ec
Remove a premature invalidation of a threads pthread_t handle, thus avoiding
by Greg Clayton
· 14 years ago
f8e98a6
Warnings cleanup patch from Jean-Daniel Dupas.
by Greg Clayton
· 14 years ago
32a8c7e
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
by Greg Clayton
· 14 years ago
1674b12
Change over to using the definitions for mach-o types and defines to the
by Greg Clayton
· 14 years ago
15be8ed
Allow searching for a section by SectionType.
by Greg Clayton
· 14 years ago
e42cbfb
Avoid std::bitset<64>::to_string() since it is missing in earlier C++
by Greg Clayton
· 14 years ago
53d68e7
Remove use of STL collection class use of the "data()" method since it isn't
by Greg Clayton
· 14 years ago
bef1583
I enabled some extra warnings for hidden local variables and for hidden
by Greg Clayton
· 14 years ago
7991225
A few more misc warning fixes.
by Eli Friedman
· 14 years ago
0a164a1
Misc warning fixes.
by Eli Friedman
· 14 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 14 years ago
ccfba72
Switch over to using llvm's dwarf constants file.
by Jason Molenda
· 14 years ago
90bc5c6
Remove extraneous semicolon after if condition (from Jean-Daniel Dupas).
by Greg Clayton
· 14 years ago
9c3cfe3
Add const qualification; fixes error on gcc 4.4.
by Eli Friedman
· 14 years ago
b352ebd
Added a method to get a stream's byte order.
by Sean Callanan
· 14 years ago
99e79df
Removed the thread specific data that was being used for demangling since
by Greg Clayton
· 14 years ago
b1a9862
Added a missing static function prototype to FileSpec.h for ResolveUsername.
by Greg Clayton
· 14 years ago
a30baf5
Moved the User Name expansion over to FileSpec, and converted it to use getpwname directly.
by Jim Ingham
· 14 years ago
cf7f1ad
Fixed up disassembly to not emit the module name before all function names
by Greg Clayton
· 14 years ago
7043635
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 14 years ago
558be58
Add a unique ID to each debugger instance.
by Caroline Tice
· 14 years ago
661825b
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
by Greg Clayton
· 14 years ago
12bec71
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 14 years ago
705d678
Fixed the log streams for logs that output to
by Sean Callanan
· 14 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 14 years ago
86c73c1
Turns out __cxa_demangle returns the size of the buffer instead of the size of
by Benjamin Kramer
· 14 years ago
8e10cf9
Reduce code duplication.
by Benjamin Kramer
· 14 years ago
7d25348
Ensure GetDemangledName's thread safety by making the demangle buffer thread specific.
by Benjamin Kramer
· 14 years ago
726cccb
Move trivial parts of UserID into the header.
by Benjamin Kramer
· 14 years ago
f9a232b
Move a bunch of trivial methods into the header. These compile down to 1-2
by Benjamin Kramer
· 14 years ago
dfe3df9
Return false from FileSpec::GetPath early instead of making the return value
by Benjamin Kramer
· 14 years ago
5d2832c
Don't snprintf directly into a std::string, it's undefined behavior per C++03.
by Benjamin Kramer
· 14 years ago
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 14 years ago
34e9a98
Change the Options parser over to use a mask rather than an ordinal for option sets.
by Jim Ingham
· 14 years ago
ef2bc87
Make getopt() use portable to Linux.
by Eli Friedman
· 14 years ago
2519d99
Avoid calls to memcpy.
by Greg Clayton
· 14 years ago
53d9686
Applied PluginManager.cpp patch from Jean-Daniel Dupas.
by Jason Molenda
· 14 years ago
b586901
Use st_mtime instead of st_mtimespec for portability.
by Eli Friedman
· 14 years ago
18cba0c
Use Host::GetCurrentThreadID() instead of mach_thread_self().
by Eli Friedman
· 14 years ago
224c4cc
Add missing include; fix missed constant to use llvm::MachO.
by Eli Friedman
· 14 years ago
cf01505
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
by Greg Clayton
· 14 years ago
5eeb2d3
Remove dependency on Mac-specific libkern/OSByteOrder.h.
by Eli Friedman
· 14 years ago
6206317
Make Error.h and Error.cpp compile on Linux.
by Eli Friedman
· 14 years ago
e02154d
Remove unused uuid_t constructor for lldb_private::UUID.
by Eli Friedman
· 14 years ago
1936546
For header includes we are currently trying to adopt some aspects of the
by Greg Clayton
· 14 years ago
057ef85
Add necessary includes. Remove unnecessary assignments to sin_len.
by Eli Friedman
· 14 years ago
27cd889
Remove unused class.
by Eli Friedman
· 14 years ago
9cb59a1
A few more warning/error fixes.
by Eli Friedman
· 14 years ago
ced18cd
A few more minor fixes.
by Eli Friedman
· 14 years ago
a408326
Add missing includes.
by Eli Friedman
· 14 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 14 years ago