Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
1e5b02176d6952d0679479926fa557534313472b
/
source
1e5b021
Added the ability to connect using "tcp://<host>:<port>" which is the
by Greg Clayton
· 13 years ago
363be3f
Hollowed out process plug-in to do KDP darwin kernel debugging.
by Greg Clayton
· 13 years ago
f7a9b14
Python summary strings:
by Enrico Granata
· 13 years ago
309c89d
Fixed a crasher where entering 'help disasm' on the command line would crash lldb.
by Johnny Chen
· 13 years ago
ede7bdf
fixing missing RefCounter class
by Enrico Granata
· 13 years ago
86e7c3e
smarter summary strings:
by Enrico Granata
· 13 years ago
34bfa4f
Fix short description of 'target variable' command.
by Johnny Chen
· 13 years ago
7dd98df
Added the ability to _not_ skip the prologue when settings breakpoints
by Greg Clayton
· 13 years ago
6247dbe
Added "command history" command to dump the command history.
by Jim Ingham
· 13 years ago
1a10208
named summaries:
by Enrico Granata
· 13 years ago
9b82f86
Added the ability to see block variables when looking up addresses
by Greg Clayton
· 13 years ago
fb81642
Allow the built in ValueObject summary providers for C strings
by Greg Clayton
· 13 years ago
5638d2c
Fixed an assertion crasher. We now handle things correclty and
by Greg Clayton
· 13 years ago
24b0310
Fixed the global and static variables to always be in scope.
by Greg Clayton
· 13 years ago
9f6c6e9
Limit the character array summary to 512 bytes.
by Greg Clayton
· 13 years ago
f9ce9b8
Fixed some const issues with args to some lldb_private::Target functions.
by Greg Clayton
· 13 years ago
645faca
More cleanup on the this plug-in and tried to set the notification
by Greg Clayton
· 13 years ago
6fe03ce
Fixed an issue where we weren't zeroing out the type fully
by Greg Clayton
· 13 years ago
59e093d
Fixed an issue with getting the size of an array from an opaque clang_type_t
by Greg Clayton
· 13 years ago
8cc3f69
Allow reading memory from files before the target has been run.
by Jim Ingham
· 13 years ago
ca31997
Added the ability to get an abstract file type (executable, object file,
by Greg Clayton
· 13 years ago
5d81f49
Added the ability to see global variables with a variable expression path so
by Greg Clayton
· 13 years ago
27a3ad1
remove errant parenthesis.
by Jim Ingham
· 13 years ago
19c0d58
Fixed a few issues where typedefs weren't passing through to the correct
by Greg Clayton
· 13 years ago
40f7917
LLDB now has a Kernel dynamic linker that can detect where kexts are
by Greg Clayton
· 13 years ago
8c547d4
Make the kernel able to do its initial load from target memory with the
by Greg Clayton
· 13 years ago
ff78238
final fix for the global constructors issue
by Enrico Granata
· 13 years ago
bbea133
Added the start of the darwin dynamic loader plug-in. It isn't hooked up to
by Greg Clayton
· 13 years ago
58baaad
Audited the expression parser to find uninitialized
by Sean Callanan
· 13 years ago
f38b76b
Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in
by Jason Molenda
· 13 years ago
ae9f748
Added checks to the expresssion parser which make
by Sean Callanan
· 13 years ago
968958c
Add SBValue::GetID() member method call API.
by Johnny Chen
· 13 years ago
9ae9fd3
Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors
by Enrico Granata
· 13 years ago
3f2e1b9
Stop the lldb_private::RegularExpression class from implicitly
by Greg Clayton
· 13 years ago
368f822
Centralize the variable display prefs into a new option
by Greg Clayton
· 13 years ago
801417e
Added "target variable" command that allows introspection of global
by Greg Clayton
· 13 years ago
1bba6e5
new detailed descriptions for type summary add and type format add
by Enrico Granata
· 13 years ago
13cb540
bug fix in summary strings:
by Enrico Granata
· 13 years ago
75a4012
Fixed an issue that was causing us to crash when evaluating expressions for
by Greg Clayton
· 13 years ago
9163509
Set the EvaluationPoint's m_thread_id to the RIGHT invalid define...
by Jim Ingham
· 13 years ago
bafc86e
Made the string representation for a SBValue return what "frame variable"
by Greg Clayton
· 13 years ago
54890a3
Fixed some format names
by Enrico Granata
· 13 years ago
107e53d
Fixed some issues with ARM backtraces by not processing any push/pop
by Greg Clayton
· 13 years ago
9762e10
new syntax for summary strings:
by Enrico Granata
· 13 years ago
d0691fe
When we use the "fd://%u" for file descriptors, we need to detect if this is
by Greg Clayton
· 13 years ago
a9eb827
Cleanup errors that come out of commands and make sure they all have newlines
by Greg Clayton
· 13 years ago
3e1c95a
Fix Linux build errors
by Peter Collingbourne
· 13 years ago
886bc3e
several improvements to "type summary":
by Enrico Granata
· 13 years ago
b302b2f
Centralize all of the type name code so that we always strip the leading
by Greg Clayton
· 13 years ago
1391a39
This commit adds a new top subcommand "summary" to command type named "type". Currently this command
by Enrico Granata
· 13 years ago
917c000
Added support for finding and global variables in the SBTarget and SBModule
by Greg Clayton
· 13 years ago
446ccaa
Add fuzz calls to SBType, SBValue, and SBValueList.
by Johnny Chen
· 13 years ago
82820f9
Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than
by Jim Ingham
· 13 years ago
b9dcc51
Fixed an issue that was checked in with the dynamic types and update point
by Greg Clayton
· 13 years ago
e657fbc
Add fuzz calls for SBTarget and SBThread.
by Johnny Chen
· 13 years ago
b7a9d64
Add fuzz calls for SBModule and SBProcess.
by Johnny Chen
· 13 years ago
6377f5c
Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with
by Greg Clayton
· 13 years ago
87ac902
Bumped Xcode project versions to lldb-65 and debugserver-140.
by Greg Clayton
· 13 years ago
e6d72ca
This commit adds broad architectural support for hierarchical
by Greg Clayton
· 13 years ago
b474782
Removed an member variable "m_local_debugserver" that is no longer needed.
by Greg Clayton
· 13 years ago
fe1b47d
Cleanup error output on expressions.
by Greg Clayton
· 13 years ago
5851366
Add support for looking up ivar offset from the ObjC runtime.
by Jim Ingham
· 13 years ago
b27e74b
Remove an assertion and replace with safe code that emits a warning.
by Greg Clayton
· 13 years ago
de1dd81
Fixed SBTarget attach calls to properly deal with being connected to a remotely
by Greg Clayton
· 13 years ago
f4d4fcc
++ cannot be used to increment an enum, so do it another way
by Peter Collingbourne
· 13 years ago
fcfc118
Add an initial test file for the newly added data formatter command.
by Johnny Chen
· 13 years ago
3182eff
Centralized all of the format to c-string and to format character code inside
by Greg Clayton
· 13 years ago
921fac0
Fix header paths
by Peter Collingbourne
· 13 years ago
de7f47d
Fix typo spotted by Elias Pipping.
by Charles Davis
· 13 years ago
ff0c5df
Another patch from Enrico Granata.
by Greg Clayton
· 13 years ago
5c28dd1
Committing type format code for Enrico Granata.
by Greg Clayton
· 13 years ago
0664a57
When installing the Python modules:
by Charles Davis
· 13 years ago
cbc07cf
Fixed an issue for ARM where data symbols would alway return invalid addresses.
by Greg Clayton
· 13 years ago
cad757c
Remove -MT options from SWIG invocation
by Peter Collingbourne
· 13 years ago
b586767
Trivial fix - insert a space between the frame name and the instruction output.
by Jim Ingham
· 13 years ago
41ae812
Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print.
by Jim Ingham
· 13 years ago
4985959
Add a 10 second timeout to ensure that we don't lock up if we never get to the
by Greg Clayton
· 13 years ago
4bb0f19
Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that
by Greg Clayton
· 13 years ago
785e3e7
Don't print out the baton pointer value for simple Baton classes.
by Greg Clayton
· 13 years ago
4ed315f
Added the ability to find functions from either a SBModule (find functions
by Greg Clayton
· 13 years ago
dfbfa9c
Remove duplicate m_monitor field from LaunchArgs
by Peter Collingbourne
· 13 years ago
e7a91c1
The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s".
by Jim Ingham
· 13 years ago
d2554b5
Test lldb Python API object's default constructor and make sure it is invalid
by Johnny Chen
· 13 years ago
eca14c7
Add dependency tracking/clean rule to interpreter makefile
by Peter Collingbourne
· 13 years ago
14ecb06
Create a _lldb.so symlink in the bin directory
by Peter Collingbourne
· 13 years ago
7aecabb
Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description
by Johnny Chen
· 13 years ago
e6bd142
Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function
by Jim Ingham
· 13 years ago
dab471f
Fixed a crasher where we were accessing a symbol with a bad index.
by Greg Clayton
· 13 years ago
887f45f
Make sure we have a valid object file before we try getting the symbol table
by Greg Clayton
· 13 years ago
8c6907c
Fixed a case where LLDB would crash if we get C++ operators with invalid
by Greg Clayton
· 13 years ago
20fe30c
Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants
by Peter Collingbourne
· 13 years ago
49da2f3
Don't print the baton when a breakpoint has a callback since it is pretty
by Greg Clayton
· 13 years ago
582ed0e
Added two new API functions to SBFrame:
by Greg Clayton
· 13 years ago
307fa07
Added a new format for displaying an array of characters: eFormatCharArray
by Greg Clayton
· 13 years ago
1bd2b2f
Fixed variable parsing to not parse block variables over and over due to an
by Greg Clayton
· 13 years ago
58d02ff
Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup.
by Johnny Chen
· 13 years ago
604f0d3
Added the notion of an system root for SDKs. This is a directory where all
by Greg Clayton
· 13 years ago
63afdb0
Improved the packet throughput when debugging with GDB remote by over 3x on
by Greg Clayton
· 13 years ago
535960e
o TestHelloWorld.py:
by Johnny Chen
· 13 years ago
892fadd
by Caroline Tice
· 13 years ago
Next »