Lines Matching full:lldb
2 %extend lldb::SBAddress {
3 PyObject *lldb::SBAddress::__str__ (){
4 lldb::SBStream description;
16 %extend lldb::SBBlock {
17 PyObject *lldb::SBBlock::__str__ (){
18 lldb::SBStream description;
30 %extend lldb::SBBreakpoint {
31 PyObject *lldb::SBBreakpoint::__str__ (){
32 lldb::SBStream description;
59 %extend lldb::SBBreakpointLocation {
60 PyObject *lldb::SBBreakpointLocation::__str__ (){
61 lldb::SBStream description;
62 $self->GetDescription (description, lldb::eDescriptionLevelFull);
74 %extend lldb::SBBroadcaster {
90 %extend lldb::SBCommandReturnObject {
91 PyObject *lldb::SBCommandReturnObject::__str__ (){
92 lldb::SBStream description;
109 void lldb::SBCommandReturnObject::write (const char* str)
114 void lldb::SBCommandReturnObject::flush ()
117 %extend lldb::SBCompileUnit {
118 PyObject *lldb::SBCompileUnit::__str__ (){
119 lldb::SBStream description;
144 %extend lldb::SBData {
145 PyObject *lldb::SBData::__str__ (){
146 lldb::SBStream description;
158 %extend lldb::SBDebugger {
159 PyObject *lldb::SBDebugger::__str__ (){
160 lldb::SBStream description;
172 %extend lldb::SBDeclaration {
173 PyObject *lldb::SBDeclaration::__str__ (){
174 lldb::SBStream description;
201 %extend lldb::SBError {
202 PyObject *lldb::SBError::__str__ (){
203 lldb::SBStream description;
215 %extend lldb::SBFileSpec {
216 PyObject *lldb::SBFileSpec::__str__ (){
217 lldb::SBStream description;
229 %extend lldb::SBFrame {
230 PyObject *lldb::SBFrame::__str__ (){
231 lldb::SBStream description;
243 %extend lldb::SBFunction {
244 PyObject *lldb::SBFunction::__str__ (){
245 lldb::SBStream description;
272 %extend lldb::SBInstruction {
273 PyObject *lldb::SBInstruction::__str__ (){
274 lldb::SBStream description;
286 %extend lldb::SBInstructionList {
287 PyObject *lldb::SBInstructionList::__str__ (){
288 lldb::SBStream description;
300 %extend lldb::SBLineEntry {
301 PyObject *lldb::SBLineEntry::__str__ (){
302 lldb::SBStream description;
328 %extend lldb::SBModule {
329 PyObject *lldb::SBModule::__str__ (){
330 lldb::SBStream description;
357 %extend lldb::SBModuleSpec {
358 PyObject *lldb::SBModuleSpec::__str__ (){
359 lldb::SBStream description;
372 %extend lldb::SBModuleSpecList {
373 PyObject *lldb::SBModuleSpecList::__str__ (){
374 lldb::SBStream description;
387 %extend lldb::SBProcess {
388 PyObject *lldb::SBProcess::__str__ (){
389 lldb::SBStream description;
401 %extend lldb::SBSection {
402 PyObject *lldb::SBSection::__str__ (){
403 lldb::SBStream description;
429 %extend lldb::SBStream {
435 void lldb::SBStream::write (const char* str)
440 void lldb::SBStream::flush ()
443 %extend lldb::SBSymbol {
444 PyObject *lldb::SBSymbol::__str__ (){
445 lldb::SBStream description;
470 %extend lldb::SBSymbolContext {
471 PyObject *lldb::SBSymbolContext::__str__ (){
472 lldb::SBStream description;
484 %extend lldb::SBSymbolContextList {
485 PyObject *lldb::SBSymbolContextList::__str__ (){
486 lldb::SBStream description;
499 %extend lldb::SBTarget {
500 PyObject *lldb::SBTarget::__str__ (){
501 lldb::SBStream description;
502 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
528 %extend lldb::SBType {
529 PyObject *lldb::SBType::__str__ (){
530 lldb::SBStream description;
531 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
542 %extend lldb::SBTypeCategory {
543 PyObject *lldb::SBTypeCategory::__str__ (){
544 lldb::SBStream description;
545 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
556 %extend lldb::SBTypeFilter {
557 PyObject *lldb::SBTypeFilter::__str__ (){
558 lldb::SBStream description;
559 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
583 %extend lldb::SBTypeFormat {
584 PyObject *lldb::SBTypeFormat::__str__ (){
585 lldb::SBStream description;
586 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
597 %extend lldb::SBTypeMember {
598 PyObject *lldb::SBTypeMember::__str__ (){
599 lldb::SBStream description;
600 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
611 %extend lldb::SBTypeNameSpecifier {
612 PyObject *lldb::SBTypeNameSpecifier::__str__ (){
613 lldb::SBStream description;
614 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
638 %extend lldb::SBTypeSummary {
639 PyObject *lldb::SBTypeSummary::__str__ (){
640 lldb::SBStream description;
641 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
665 %extend lldb::SBTypeSynthetic {
666 PyObject *lldb::SBTypeSynthetic::__str__ (){
667 lldb::SBStream description;
668 $self->GetDescription (description, lldb::eDescriptionLevelBrief);
692 %extend lldb::SBThread {
693 PyObject *lldb::SBThread::__str__ (){
694 lldb::SBStream description;
719 %extend lldb::SBValue {
720 PyObject *lldb::SBValue::__str__ (){
721 lldb::SBStream description;
733 %extend lldb::SBValueList {
734 PyObject *lldb::SBValueList::__str__ (){
735 lldb::SBStream description;
744 description.Printf("<empty> lldb.SBValueList()");
756 %extend lldb::SBWatchpoint {
757 PyObject *lldb::SBWatchpoint::__str__ (){
758 lldb::SBStream description;
759 $self->GetDescription (description, lldb::eDescriptionLevelVerbose);
772 // %extend lldb::SBDebugger {
774 // PyObject *lldb::SBDebugger (){
780 // %extend lldb::SBInputReader {
783 // PyObject *lldb::SBInputReader::__del__ (){
793 import lldb
794 """A decorator function that registers an LLDB command line
797 """The object that tracks adding the command to LLDB one time and handles
803 lldb.debugger.HandleCommand(command)
838 '''A class designed to wrap lldb.SBValue() objects so the resulting object
843 pt = lldb.value(lldb.frame.FindVariable("pt"))
848 pt = lldb.value(lldb.frame.FindVariable("rectangle_array"))